@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../Images/image.png);
  min-height: 100dvh;
  position: relative;
  font-family: "Roboto", sans-serif;
}

#Messarage {
  color: white;
  top: 0;
  position: absolute;
  background-color: rgba(12, 3, 49, 0.632);
  padding: 16px;
  border-radius: 8px;
  margin: 8px;
  max-height: 40dvh;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
}

#fairs {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 60dvh;
}

#text {
  bottom: 40dvh;
  left: 5dvw;
  color: white;
  font-size: 10dvw;
  position: absolute;
}

#Retour {
  padding: 10px;
  background-color: cornflowerblue;
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  bottom: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
}
