/* general*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: 'Poppins', sans-serif !important;
color: grey;
}

/* logo settings*/
#logo img{
    max-width: 100%;
    max-height: 100px;
    margin-left:150px;;
    margin-right:auto;
    display: block;
    padding-bottom: 5px;
}


.header {
padding-bottom: 15px;
border-bottom-color: rgb(224, 228, 232);
border-bottom-style: solid ;
border-bottom-width: 0.8px;
color: grey;
background-color: white;
}


.content-col{
    margin-top: 50px;
}
