@import url(./reset.css);
h1{
  font-family: "Poppins", sans-serif;
}
#gameContainer{
  text-align: center;
  height: 100vh;
}
#gameBoard{
  border: 3px solid;
}
#scoreText{
  font-family: 'Permanent Marker', cursive;
  font-size: 60px;
}
#resetBtn{
  font-family: 'Permanent Marker', cursive;
  font-size: 22px;
  width: 100px;
  height: 50px;
  border: 4px solid;
  border-radius: 15px;
  cursor: pointer;
}