html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #090517;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

p {
    margin: 0;
    font: 1.2em 'Roboto', sans-serif;
    color: #f0f0f0;
    text-align: center;
}