.whoim_title{
    margin-top: 33px;
    font-size: 37px;
    text-align: center;
    width: 100%;
    font-family: 'Playfair Display';
    text-decoration: underline;
}
.whoim_descrip{
    font-family: "Poppins";
    font-weight: 600;
    color: #69c;
    margin: 10px;
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.rrss_box{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.socialmedia img{
    margin: 23px 20px;
    height: 100px;
    transform: scale(1);
    transition: transform 0.27s;
    filter: drop-shadow(0px 0px 10px #bbb);
}
.socialmedia img:hover{
    transform: scale(1.07);
}
.fononea_icon{
    display: block;
    margin: 17px auto;
    height: 230px;
    filter: drop-shadow(0px 0px 10px #bbb);
}