body {
  margin: 0;
  font-family: Arial, sans-serif;
  color:#f2f2f2;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 1);
  background-repeat: repeat;
  z-index: -1;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.screenshots {
  display: inline-block;
}

.game-title {
  font-size: 38px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.description {
  text-align: left;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
}

.ios-button {
  background-color: #007bff;
  text-align: center;
  margin: 10px auto;
  margin-right: 5px;
}

.android-button {
  background-color: #4caf50;
  text-align: center;
  margin: 10px auto;
}

.newsletter-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-form label,
.newsletter-form input,
.newsletter-form button {
  display: block;
  margin: 0 auto;
}

.newsletter-form label {
  color: white;
}

.newsletter-form input[type="email"] {
  width: 40%;
  padding: 10px;
  margin-bottom: 10px;
}

.newsletter-form button {
  background-color: #4CAF50; /* Green background color */
  color: white; /* Text color */
  border: none;
  border-radius: 8px; /* Rounded corners */
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
}

.disclaimer {
  color: white;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

.unsubscribe-link {
  text-align: center;
  margin-top: 20px;
}

.unsubscribe-link a {
  color: #999; /* Szürke szín */
  text-decoration: none;
  font-size: 12px;
}

.unsubscribe-link a:hover {
  text-decoration: underline; /* Az aláhúzás megjelenik a link fölé hovereléskor */
}
