.h1 {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 20px;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f8ff;
    padding: 20px;
}

#turn {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#result {
    margin-top: 10px;
    color: red;
    font-weight: bold;
}

#usedList {
    margin-top: 20px;
    font-size: 0.9em;
    color: #333;
}

#timer-container {
    width: 100%;
    max-width: 300px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px auto;
    overflow: hidden;
}

#timer-bar {
    height: 100%;
    width: 100%;
    background-color: #4caf50;
    transition: width 1s linear;
}

#timer-text {
    font-weight: bold;
    margin-bottom: 10px;
}

#scoreboard {
    font-size: 10px;
    margin: 10px 0;
    font-weight: bold;
}
