*{
    margin: 0;
    padding: 0;
}

header{
    height: 10vh;
    background-color:white;
    background-size: cover;
    background-position: center;
}

ul{
    float: left;
    list-style: none;
    margin-top: 35px;
    margin-left: 30px;
}

ul li{
    display: inline-block;
    
}

ul li a{
    text-decoration: none;
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 90%;
    border: 1px solid transparent;
    transition: 0.6s ease;
    font-size: 150%;
    font-family: Oswald
}

ul li a:hover{
    border-bottom: 2px solid rgb(167, 41, 41);
    color: #000;
}

ul li.active a{
    border-bottom: 2px solid rgb(167, 41, 41);
    color: #000;
}

.backImg{
    align-items: center;
    display: flex;
    width: 100%;
}

.profile{
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 30px 0;
    border-radius: 10%;
    font-family: Oswald;
    margin-left: 40px;
    margin-top: 90px;
}
.profileText{
    font-size: 1em;
    font-weight: 200;
    margin-bottom: 10px;
}

.box-img{
    border-radius: 60%;
    width:  300px;
    height: 300px;
}

i{
    color: black;
}

.profile-text p{
    font-family: Oswald;
    font-size: 150%;

    padding: 10px;
    text-align: justify;
    color: #000
}