[v-cloak] { display: none; }
body {
    font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Luckiest Guy", sans-serif;
}

@media (prefers-color-scheme: dark) {
    html {
        background: #22222a;
        color: white;
        --outline-color: white
    }
}
#app {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}
