.body-container{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    padding: 70px 70px 0px 70px;
    background-color: #2a73c3;
    backdrop-filter: blur(5px);
    background-image: url('./images/Capture.PNG') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.profile{    
    background-color: white;
    color: #2a73c3;
}

.profile img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}


.nav-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navigation a{
    min-width: 240px;
    height: 100px;
    background-color: white;
    color: #2a73c3;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
}

.navigation a:hover,.navigation a.active{
    background-color: #2a73c3;
    color: white;
    text-decoration: none;
}

.navigation i{
    font-size: 1.5rem;
    padding: 10px;
}


.dark-bg {
    background-color: rgba(0,0,0,0.6);
    color: white;
}
