footer h3{
    font-weight: normal;
    text-align: center;
    margin: 0;
    font-size: 2.5rem;
}

footer.flex{
    background: #eeeeee;
    justify-content: center;
}
/*footer section{*/
/*    text-align: center;*/
/*}*/
footer img{
    width: 10%;
}
footer img:hover {
    transform: scale(1.1);
}
footer section{
    text-align: center;
}
footer section p{
    color: #898989;
    margin-top: 1%;
    margin-bottom: 1%;;
    font-size: 1rem;
    text-align: center;
}