body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.cover {
  position: relative;
  background: url('cover-image.jpg') center/cover no-repeat;
  height: 100vh;
  color: white;
  text-align: center;
}

.company-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: auto;

}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game-logo {
  width: 500px;
  height: auto;
}


.downloads {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.app-icon {
  width: 120px;
  height: auto;
}


.store-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.support-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #7effc5;
  color: #000; /* Set text color to black */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.store-badge {
  width: 150px;
  height: auto;
  margin: 5px 0;
}

.social-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.social-icon {
  width: 40px;
  height: 40px;
}
