footer {
 text-align: center; 
 color: #000000;
}


@media (max-width: 768px) {
    footer {
        font-size: 0.6rem;
    }
}