body {
    background-color: #003b40
}

#logo {
    width: 70%;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    line-height: 2em;
}
#logo:hover {
    width: 80%;
    transition: all 1s;
    
}

#sep { 
    width: 90%;
    height: 2px;
    background-color: hsl(41, 57%, 65%);
    margin-left: auto;
    margin-right: auto;
}

#sep2 { 
    width: 50%;
    height: 2px;
    background-color: hsl(41, 57%, 65%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.3vh;
}

.center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90vh;
    flex-wrap: wrap;   
}

.hcenter{
    height: unset;
    
}

.spacer{
    margin-left: 5%;
    margin-right: 5%;
}

.ahidden{
    font: 0.2em sans-serif;
}

.constr { 
    margin: auto;
    font: 3em sans-serif;
    color: white;
    line-height: 0.6em;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 7vh;
    justify-content: flex-end;
    color: hsl(41, 28%, 35%) !important; 
    font-size: 2em;
    line-height: 0.05em;
}

a {
    color: unset;
    text-decoration: unset;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.social-links {
    list-style: none;
    padding: 0;
    width: 50%;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
}
.social-links img {
    width: 32px; /* Adjust size as needed */
    height: auto;
    filter: invert(100%);
    
}