body {
  background: url("../images/background-image.jpg");
}

.header {
  font-family: "Permanent Marker", cursive;
  color: black;
  background-color: rgba(240, 255, 255, 0.589);
  margin-bottom: 5%;
  width: 100%;
}

.header h1 {
  font-size: 50px;
}

.game-content {
  text-align: center;
  height: 400px;
  font-family: "Fredoka One", cursive;
  color: rgb(0, 0, 0);
}

.game-content p {
  font-size: 20px;
}

.game-content #help-text {
  font-size: 30px;
}

.img-content {
  text-align: center;
}
