html, header, main, footer
{
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
