.center {
    text-align: center;
}

header {
    background-color: grey;
}

body {
    background-color: darkslategrey;
}

footer {
    background-color: grey;
}