body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td{margin: 0;padding: 0;}
body{text-align: center;}
ul,ol,li{ list-style: none;}
a{text-decoration: none;}
input,button,img{border: none;vertical-align: middle;}
body{
    background-color: antiquewhite;
}
footer {
    margin-top: 100px;
    /* background-color: #222222; */
}

footer h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

footer .imgTo {
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

footer .imgTo img {
    flex: 1;

    height: 100%;
}

footer p {
    background-color: #222222;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;

}

footer p a {
    color: #f8faf9;
}
footer p a:hover{
    text-decoration: underline;
    color: rgb(110, 150, 236);
}