html {

    background-color: rgb(243, 243, 243);
    
    font-family: "Lexend";    
    
    color: rgb(0, 0, 0);


}

body{
    width: 100%;
    height: 100%;
    margin: 0;
}

.img-name-corner{
    display: flex;
    justify-content: left;
    /* border: 3px pink solid; */
    column-gap: 1em;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;

}

nav{
    /* border: 3px blue solid; */
    margin-top: 1.5em;
    position: sticky;
    top: 0;
    background-color: rgb(243, 243, 243);

}

#home-link-corner{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

nav img{
    height: 50px;
}

nav ul{
    display: flex;
    justify-content: right;
    list-style: none;
    /* border: 3px green solid; */
    width: 100%;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 5%;

}

nav ul li {
    display: inline;
    /* border: 3px red solid; */


}


h1{
    font-size: calc(3vw + 3vh);
    height: auto;
    width: 100%;
}

.under-construction{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    margin: 1em;
}

.under-construction img{
    max-height: 30em;
    max-width: 50em;
    width: 100%;
    height: auto;
}

footer{
    display: flex;
    background-color: rgb(235, 235, 235);
    /* border: rgb(255, 0, 230) 3px solid; */

}
.randomdiv{
    display: flex;
    /* border: red solid 5px; */
    align-items: center;
    gap: 1em;
}

.logo-name-footer{
    display: flex;

    padding-top: 2%;
    padding-bottom: 2%;
justify-content: space-evenly;
    gap: 1em;
    align-items: center;  
    width: 100%;
    margin: 0;
    font-weight: bold;
    /* border: rgb(119, 0, 255) 3px solid; */
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
}


a{
    color: black;
}
.footer-links{
    justify-content: flex-end;
    font-weight: normal;
        /* border: rgb(174, 71, 113) 3px solid; */
    margin: 0;

}

.footer-links ul{
    padding: 0;
    /* border: rgb(0, 255, 85) 3px solid; */
    

}

/* .footer-links ul{ */
    /* border: rgb(0, 255, 85) 3px solid; */
    /* text-align: right; */
    /* display: flex;
    flex-wrap: wrap;
    margin: 0; */
/* } */

.footer-links li{
    /* border: red 3px solid; */
    display: inline-block;
    list-style: none;
    padding-left: .3em;
    padding-right: .3em


}


.inner-construction{
    text-align: center;
}
#about{
    text-align: center;

    background-color: rgb(235, 235, 235);
    width: 50em;
    text-align: left;

    padding: 3em;
    border-radius: 10px;
}

#contact{
    text-align: center;

    background-color: rgb(235, 235, 235);
    width: 50em;
    text-align: left;

    padding: 3em;
    border-radius: 10px;
}