.game-container {
    display:none;
}
.home-container {
    display: none;
}
body.dark {
    background-color: #000 !important;
    color: #fff !important;
}
body.dark header {
    background-color: #000 !important;
}

body.dark button {
    background-color: #444 !important;
    color: #fff !important;
}
.text-xxs {
    font-size: 0.625rem; /* 10px */
    line-height: 1rem;
}

.header-l {
    font-size: 2.5rem !important;
}

h5 {
    font-size: 1.25rem !important;
    margin-bottom: .5rem !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem !important;
}

ol, ul {
    list-style-type: decimal !important;
    padding: inherit !important;
    padding-left: 2rem !important;
}
.normal-width {
    width: 100%;
}
.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 18 31/var(--tw-text-opacity)) !important;
}