body {
    height: 90vh;
    display: grid;

    color: #c5ccd2;
    background-color: #171717;
}

body > div {
    justify-self: center;
    align-self: center;

    text-align: center;
    font-family: 'Roboto', sans-serif;
}

body > div > p {
    font-style: italic;
}