body{
    
}

.container{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    max-width: 480px;
    text-align: center;
}

#quiz-grid{
    
}

.row{
    
}

.grid-box{
    
}

#quiz-box{
    
}

#timer{
    
}

#question-box{
    
}

.answer-box{
    
}

#score-box{
    
}

