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

#countdown  {
    padding: 10px;
    text-align: right;
    display: none;
}

#choices {
    display: none;
    text-align: center;
}

#choice1{margin-top: 5px;
margin-bottom: 5px;}

#choice2{margin-top: 5px;
    margin-bottom: 5px;}

#choice3{margin-top: 5px;
    margin-bottom: 5px;}

#choice4{margin-top: 5px;
    margin-bottom: 5px;}

h1  {
    justify-content: center;
    text-align: center;
    margin-top: 10%;
}

.instructive-text   {
    margin: 2% 20%;
    text-align: center;
}

.button-container  {
    margin: auto;
    justify-content: center;
    text-align: center;
}

.button {
    margin: 10px;
    padding: 10px 50px;
    border-radius: 6%;
}

#times-up   {
    display: none;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.confirm-button {
    display: none;
}

#answerIndicator    {
    display: none;
}

#intro  {
    display: block;
    justify-content: center;
}

#high-scores    {
    display: none;
    text-align: center;
    margin: 5% auto;
}
