background-color: grey;

title {
    text-align: center;
}

#gameContainer{
    text-align: center;
}
#gameBoard{
    border: 3px solid;
    color: #808080;
}
#scoreText{
    font-size: 100px;
}
#resetBtn{
    font-size: 22px;
    width: 100px;
    height: 50px;
    border: 4px solid;
    border-radius: 15px;
    cursor: pointer;
}
