body.alternative {
    background-color: #000 !important;color: #fff;
    font-size: 1.5em;
    text-transform: uppercase !important;
    font-family: Arial, sans-serif;
}

body.alternative caption,
body.alternative h1,
body.alternative h2,
body.alternative h3,
body.alternative h4,
body.alternative p,
body.alternative li,
body.alternative table,
body.alternative th,
body.alternative td {
    color: #fff;
    text-transform: uppercase !important;
}

body.alternative button,
body.alternative input,
body.alternative select,
body.alternative textarea {
    font-size: 1.5em !important;
    text-transform: uppercase !important;
    background-color: #222 !important;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 10px;
}

body.alternative #hires article {
    background-color: #222 !important;
}

body.alternative #hires article summary {
    color: #fff !important;
}


body.alternative .flashcard-front,
.flashcard-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid #232323;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1rem;
}

body.alternative .flashcard-front {
    color: white;
    text-align: center;
    background-color: #232323;
}

body.alternative .flashcard-back {
    color: white;
    text-align: left;
    background-color: #232323;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    height: 120%;
}

body.alternative .flashcard-container {
    height: auto;
}