/**
 * QuizLive - Host/Presenter Styles
 */

body {
    background: #1a1a1a;
}

.game-code-display {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1rem;
    text-align: center;
    color: #ffc107;
}
