body {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  background-image: url("../assets/image/background/ai-generated-8347847.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: large;
  padding: 0 80px 0 80px;
}

.back-to-game {
  width: 220px;
  height: 220px;
}

.back-to-game img {
  width: 220px;
  height: 220px;
  cursor: pointer;
}

footer {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  body {
    font-size: medium;
    padding: 0 50px 0 50px;
  }

  h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: medium;
    padding: 0 30px 0 30px;
  }

  h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 380px) {
  body {
    font-size: small;
    padding: 0 20px 0 20px;
  }

  h1 {
    font-size: 2rem;
  }

  .back-to-game img {
    width: 180px;
    height: 180px;
    cursor: pointer;
  }
}
