#logo-section{
    background-image: url("/assets/images/logo-banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 57px 0px;
}
#profile-section{
    margin-top: 50px;
    margin-bottom: 50px;
}
.profile-image img{
    border-radius: 100%;
    width: 80%;
    height: auto;
    border-width: 10px;
    border-color:rgb(47, 79, 79); ;
    border-style: solid;
}
.profile-content{
    background-color:  rgb(246, 246, 246);
}