body{
    background:#eef7f7;
}
.container{
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
}
.container h2{
    color: #0f163c;
    text-align: center;
    margin-top: 0px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
}
.about-project {
    width: 70vw;
    max-width: 80ch;
    margin: 0 auto;
    font-family: Poppins, sans-serif;
    text-align: left;
}
.container h2 a{
    text-decoration: none;
    color: #007bff;
    transition: all .6s ease-in-out;
}
.container h2 a:hover{
    text-decoration: underline;
}
#lbarrLogo{
    width: 320px;
    margin-bottom: 20px;
}