body {
  font-family: Roboto, Arial;
}

.download-background {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  filter: brightness(50%);
  object-fit: cover;
  z-index: -5;
}

.download-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.download-section {
  margin-left: 20px;
  margin-top: 250px;
  margin-bottom: 400px;
}

.ici {
  color: rgb(64, 1, 146);
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  color: white;
}

ul {
  color: white;
}