body {
    font-family: Arial, sans-serif;
}

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

.player-container {
    margin-bottom: 20px;
}

.controls {
    margin-bottom: 20px;
}

.timer {
    font-size: 24px;
    margin-bottom: 10px;
}

.answer {
    font-size: 18px;
    text-align: center;
}
