body {
    margin: 0;
    font-family: system-ui;
    background: #0f172a;
    color: white;
    display: grid;
    place-items: center;
    height: 100vh;
}

main {
    text-align: center;
}