*{
    margin: 0;
    padding: 0;
}
body{
    background-color: lightgrey;
}

h1{
    
   
    text-align: center;
    font-size: 30px;
    border-radius: 2rem;
}
#gameContainer{
   
    text-align: center;
}
#gameBoard{
   
    background-color: brown;
    border: 3px solid;
}
#scoreText{
    font-family: "Permanent Marker", cursive;
    font-size: 50px;
}
#resetBtn{
    background-color: green;
    font-family: "Permanent Marker", cursive;
    font-size: 25px;
    width: 100px;
    height: 45px;
    border: 4px solid;
    border-radius: 2rem;
    cursor: pointer;
}