#gameContainer{
    text-align: center;
    font-family:"Permanent Marker", cursive;
}

#gameBoard{
    border: 3px solid;
    
}
#resetBtn{
    height: 40px;
    width: 100px;
    margin-top: 20px;
    cursor: pointer;
    background-color: grey;
    color: white;
    font-family:"Permanent Marker", cursive;
    border-radius: 15px;
}
#scoreText{
    font-size: 50px;
    margin: 20px;
}
#title{
    font-family:"Permanent Marker", cursive;
    font-size: 60px;
    text-align: center;
}
#winnerText{
    font-family:"Permanent Marker", cursive;
    font-size: 40px;
    margin: 20px;
}
body{
    background-color: orange;
}