*, html, body {
    margin: 0;
    padding: 0;
}
*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body{
    background-color: rgb(255, 255, 255);
}
a{
    text-decoration: none;
}

.image-asset{
    height: 15rem;
    width: auto;
}

#navbar{
    text-align: center;
    justify-content: center;
    align-items: center;
}
#navbar-header{
    font-size: 350%;
    
}
#navbar-body{
    font-size: 125%;
}
#navbar-item{
    display: inline-flex;

    margin: 1%;
    margin-top: 0px;
}

#about-container{
    text-align: center;
    justify-content: center;
    align-items: center;
}
#about-item{
    display: inline-block;
    width: 22rem;
}