@font-face {
  font-family: 'Neue Einstellung';
  src: url('NeueEinstellung-Medium.woff2') format('woff2'),
       url('NeueEinstellung-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f9ecd9;
  font-family: 'Poppins', sans-serif;
  color: #4a3f35;
  text-align: center;
}

/* Structure principale */
main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
}

/* Titre en haut */
h1 {
  font-family: 'Neue Einstellung', sans-serif;
  font-size: 2.8rem;
  margin: 0;
}

/* Nuage centré au milieu */
.cloud-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 2rem 0;
}

.cloud {
  width: 220px;
  max-width: 80%;
}

/* Section releases */
#releases {
  margin-top: 3rem;
}

#releases h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2rem;
  justify-items: center;
}

.release {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
}

.release img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.release p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

/* Responsive mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }

  .release-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cloud {
    width: 160px;
  }

  #releases h2 {
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: 'Neue Einstellung';
  src: url('NeueEinstellung-Medium.woff2') format('woff2'),
       url('NeueEinstellung-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f9ecd9;
  font-family: 'Poppins', sans-serif;
  color: #4a3f35;
  text-align: center;
}

/* Structure principale */
main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
}

/* Titre en haut */
h1 {
  font-family: 'Neue Einstellung', sans-serif;
  font-size: 2.8rem;
  margin: 0;
}

/* Nuage centré au milieu */
.cloud-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 2rem 0;
}

.cloud {
  width: 220px;
  max-width: 80%;
}

/* Section releases */
#releases {
  margin-top: 3rem;
}

#releases h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2rem;
  justify-items: center;
}

.release {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
}

.release img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.release p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

/* Responsive mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }

  .release-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cloud {
    width: 160px;
  }

  #releases h2 {
    font-size: 1.4rem;
  }
}
