body {
    width: 100%;
}

.content {
    width: 80%;
    height: auto;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    font-family: 'Gochi Hand', cursive;
    margin: 100px;
    font-size: 20px;
    padding: 10px;
    border: 4px solid yellow;
}

.content h1 {
    font-size: 75px;
    font-family: 'Gochi Hand', cursive;
    margin-top: 10px;
}

#timer{
    text-align: center;
    font-size: 30px;
    font-family: 'Gochi Hand', cursive;
    border-radius: 4px;
    background-color: maroon;
    color: white;
    width: 30%;
    margin-left: 32%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
}

#question{
    padding: 20px;
    font-size: 25px;
}

.form-check {
    display: inline;
    padding: 10px;
   
}

#start-button button {
    background-color: maroon;
    font-size: 50px;
    font-family: 'Gochi Hand', cursive;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 75px;
}

#end-page{
    padding: 10px;
    margin-top: 50px;
}