html, body {
    height: unset;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

[data-theme="dark"] body {
    background: #1b1b1b;
    color: #fff;
}

main {
    flex: unset;
}