@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

hr{
    margin: 0% !important;
}

*{
    font-family: 'Oswald', sans-serif ;

}
body{ 
     background-color: #e2e2e2 ;
    /* margin: 0%;
    padding: 0%; */
}

.container{
    padding-top:2vw ;
    padding-bottom: 2vw;
    /* background-color: #f5f8fa; */
}


a path {
    transition: fill 0.2s ease;
}

a:hover path {
    fill: crimson;
}



@media screen and (max-width:600px) {
    .logo{
        width: 50%;
        padding-left: 5vw;
        margin-top: 2vh;
        height: auto;
    } 
    
}




.centericon{
     width: 20%;
    height: auto; 
    background-color: transparent;
    filter: invert(100%);
}
@media screen and (max-width: 600px) {
.centericon{
    width: 15%;
    height: auto; 
    background-color: transparent;
    filter: invert(100%);
}
}

 .body-map__muscle path:hover{   
    fill: crimson;
} 



@media screen and (max-width:600px) {
    svg{
        width: 100% !important;
    }
    
}



