body{
    background-color: lavenderblush;
    font-family: Montserrat;

}
#gameBoard{
    border-top: 2px solid;
    border-bottom: 2px solid;
}
#gameContainer{
    margin-top: 5vmin;
    text-align: center;

}
#scoreText{
    font-size: 80px;
}
#resetBtn{
    font-size: 22px;
    width: 100px;
    height: 40px;
    border: 3px solid;
    border-radius: 15px;
    cursor: pointer;
}