body {
  background: black;

  font-family: Sora,Arial,sans-serif;
  color: white;
}

#annonce {
  width: 100%;
  max-width: 1080px;
  height: 90vh;
  margin: 2vh auto;

  background-image: url("annonce.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#misc {
  text-align: center;
  font-size: 1rem;
}
