#footer 
{
    background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
    color: whitesmoke;
}

.footer-img 
{
    width: 100%;
}

.footer-box
{
    padding: 20px;
}

.footer-box img 
{
    width: 120px;
}

hr
{
    background-color: whitesmoke;
}