body {
    margin: 0;
}

body.light {
    background-color: white;
}

body.dark {
    background-color: #282733;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.container:not(.loading) .loader {
    display: none;
}

.container.loading #button {
    display: none;
}

object {
    pointer-events: none;
}

#spinner {
    width: 5vw;
}