@font-face {
  font-family: "Ruder PLakat";
  src: url("FONT/RuderPlakatLLVIP.ttf") format("woff2");
}

body {
  background-color: black;
  height: 100vh;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-top: 0rem;
}

.Affiche img {
  height: 85vh;
}

button {
  background-color: black;
  color: white;
  font-family: "Ruder PLakat";
  font-size: 3rem;
  letter-spacing: 3px;
  margin-top: 0rem;
  border: none;
}

a {
  text-decoration: none;
}

button:hover {
  background-color: white;
  color: black;
}

.retour {
  font-family: "Ruder PLakat";
  font-size: 2rem;
  letter-spacing: 2px;
  display: flex;
  justify-content: end;
  align-items: start;
  margin-top: 47rem;
  margin-right: 5rem;
}

.retour p {
  color: white;
}
