footer{
    background-color: #004080;
    color: #ffffff;
    padding: 40px 8%;
    margin-top: 60px;
}
footer .img img{
    max-width: 200px;
    height: auto;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer a{
    color: #ffffff;
    text-decoration: none;
    line-height: 2;
}
footer a:hover,
footer a:focus-visible{
    text-decoration: underline;
}
.footer-content{
    text-align: right;
}
footer p{
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 600px){
    footer{
        padding: 30px 6%;
    }
    .footer-content{
        text-align: left;
        margin-top: 16px;
    }
}
