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;
}

h1 {
  font-size: 4.5rem;
  margin-block-end: 0.1em;
  text-align: center;
  margin-bottom: 70px;
}

.terms {
  padding: 0 80px 0 80px;
  /* line-height: 1.8; */
}

.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;
  }

  h1 {
    font-size: 3.5rem;
  }

  .terms {
    padding: 0 50px 0 50px;
    /* line-height: 1.8; */
  }
}

/* Media query for devices with a minimum width of 1200px (e.g., large screens) */
@media only screen and (max-width: 480px) {
  body {
    font-size: medium;
  }

  h1 {
    font-size: 2.5rem;
  }

  .terms {
    padding: 0 30px 0 30px;
    /* line-height: 1.8; */
  }

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

    h1 {
      font-size: 2rem;
    }

    .terms {
      padding: 0 20px 0 20px;
      /* line-height: 1.8; */
    }
  }

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