
.footer{
    color: white;
    background-color: #4e4e4e;
    padding: 4rem 0;
}

.footer strong{
    margin-bottom: 1rem;
    display: block;
}

.footer a{
    color: white;
    text-decoration: none;
    transition: all 200ms ease;
}

.footer a:hover{
    color: #e05f6d;
}

.footer .footer-socials{
    padding-left: 0;
    margin: 1rem 0 0 0;
}

.footer .footer-socials li{
    list-style-type: none;
    margin-bottom: .5rem;
}

.footer-social-item{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #aac2cc;
    transition: all 200ms ease;
}

.footer-social-item a{
    fill: white;
    width: 1.8rem;
    height: 1.8rem;
    
}

.footer-social-item:hover{
    background-color: #e05f6d;
}
