body {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #20242d;
    color: #f5f5f5;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
}

main {
    text-align: center;
}

h1 {
    margin-bottom: 0.5rem;
}

p {
    color: #c8c8c8;
}
