.status {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
}
@media (prefers-color-scheme: dark) {
    .status {
        background: #141312;
        color: #e6e2df;
    }
}