body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0; 
  font-family: Arial, sans-serif; 
}

.container-max-width {
  max-width: 600px; 
  margin: 0 auto;
  text-align: center; 
  padding: 20px; 
}

h1 {
  letter-spacing: 4px;
  transform: rotate(-4deg);
  margin-top: 0;
}

h1::first-letter {
  color: #ff0000;
}

.container-max-width p {
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 380px) {
  header img {
      display: none;
  }
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 15px;
}

.download-button:hover {
  background-color: #ffffff;
  color: #ff0000;
}

.download-button:hover img {
  content: url("https://cdui03.afpa-balma.fr/evalutation/Picto-red.png");
}

.download-button img {
  vertical-align: middle;
  margin-right: 5px;
}

  