@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");

body {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/repeated-square.png);
  background-repeat: repeat;
}

h1 {
  color: rgb(49, 49, 49);
  font-family: "Quicksand", sans-serif;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}

h2 {
  color: rgb(49, 49, 49);
  font-family: "Quicksand", sans-serif;
  max-width: 800px;
  margin: auto;
}

.logo {
  height: 30vh;
  display: grid;
  place-items: center;
  color: white;
}

.logo a {
  max-width: 80%;
}

.logo img {
  width: 100%;
}

.intro {
  text-align: center;
  margin-bottom: 50px;
}

.game {
  text-align: center;
}

.game-image {
  margin-top: 30px;
  max-width: 90%;
  max-height: 400px;
}

.game-title {
  margin-top: 20px;
  font-family: "Quicksand", sans-serif;
}

.game-title a {
  color: black;
  text-decoration: none;
}

.game-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}

.game-links img {
  height: 50px;
}

.game-links-discord {
  background-color: #5865F2;
  padding: 10px;
  border-radius: 8px;
}

.game-links-discord img {
  height: 30px;
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dddddd;
  text-align: center;
  color: rgb(49, 49, 49);
}

.footer a {
  color: rgb(49, 49, 49);
}

.footer-links {
  margin-top: 20px;
  font-size: 3em;
}

.mentions-legales {
  text-align: center;
}
