body {
    display: flex;
    flex-direction: column;
    background-color: black;
    align-items: center;
    justify-content: center;

    font-size: larger;
}

body * {
    color: white;
}