.footer, .header {
    max-width: 80%;
    margin: auto;
}
@media only screen and (max-width: 599px) {
.footer, .header {
    max-width: 100%;
}
}
