.footer{
    background-color: #040402;
    color: #fff;
    text-align: center;

    padding: 0.625rem;
    font-size: 0.8rem;
}

@media screen and (max-width:900px) {
    
    .footer{
        font-size: 0.6rem;
    }

}