@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #fff;
    }

}

h1 {
    font-size: 5vh;
    margin-bottom: 0px;
}

.center {
    text-align: center;
}