@media (max-width: 850px) {
    body {
        margin: 0.5%;
    }
    .site-footer {
        margin: 5% 0;
        text-align: center;
    }
}