@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;

  background-color: #FFF6E9;
  color: black;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  top: 0;
  margin-top: 30px;
  width: 100vw;
}

.consignes {
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  font-size: 20px;
  text-align: left;

  position: absolute;
  bottom: 40px;
  left: 35vw;
}

a {
  text-decoration: none;
  color: inherit;
}

.titre {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 30px;
  padding-left: 30px;
}

.titre img {
  height: 60px;
  margin-bottom: 20px;
}

.suivant img {
  height: 80px;
  position: absolute;
  left: 90vw;
  bottom: 0;
  margin-bottom: 130px;
}

.retour img {
  transform: rotate(180deg);
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}