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

h1 {
  text-align: center;
}

#image-container {
  text-align: center;
  width: 100%;
  height: 100vh; /* Utilisation de 100vh pour que le conteneur occupe 100% de la hauteur de la fenêtre */
  display: flex;
  align-items: center;
  justify-content: center;
}

#hourly-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
