*{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.section-container-center{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    height:40%;
    width:40%;
}

.section-container-large{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    height:85%;
    width:100%;
    padding: 20px;
}

.icn-row{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.icn-text{
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 4px;
}

.icn-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*
.icn.visible:hover{
    cursor: pointer;
    opacity: 1;
    height: 115px;
    width: 115px;
}
*/
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.flex-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 10px;
}

p{
    margin: 0;
}

.white-text-small {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 14px;
}

.black-text-small {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 14px;
}

.white-text-big {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 16px;
}

.white-title{
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.gray-text {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 14px;
}

.large-body-wrapper{
    display: flex;
    width: 100%;
    padding: 40px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.row-center-body{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    justify-self: center;
    justify-content: center;
    justify-self: center;
}

.column-center-body{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-self: center;
    justify-content: center;
    justify-self: center;
    width: 40%;
    z-index: 10;
}

.huge-white-title{
    font-size: 32px;
    color: white;
    text-align: center;
}

a {
    text-decoration: none;
}