body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: xxx-large;
    background-color: darkslategrey;
    color: whitesmoke;
}

