html {
    background-color: #1b1b1b;
    color: white;
}

body {
    margin: 0 auto;
    padding: 0;
}

#content {
    min-height: 100vh;
}

#center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#aqgames-header {
    font-family: "Russo One", sans-serif;
    font-size: 8vw;
    margin: 0 auto;
    user-select: none;
}
