html, body{
    height: 100%;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Override background image with solid color */
#wrapper {
    background: var(--dark-bg) !important;
    background-image: none !important;
}
