body {
  font-family: sans-serif;
  font-size: 18px;
  color: #AA471B;
  font-size: 16px;
  background-color: #ebe5df;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 20px;
}

.title {
  color: #e41612;
}

h1 {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  color: #AA471B;
  font-size: 71px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 87px;
  margin-bottom: 87px;
  transition: color 1s, -webkit-text-stroke 1s;
}

h1:hover {
  color: #ebe5df;
  -webkit-text-stroke: 2px #AA471B;
  transition: color 0.3s, border 0.3s;
}

h2 {
  font-size: 37px;
  font-family: "Ultra", serif;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 800px) {
  p {
    font-size: 18px;
    margin-bottom: 21px;
    margin-top: 21px;
  }

  h1 {
    font-size: 81px;
    margin-top: 97px;
    margin-bottom: 97px;
  }

  h2 {
    font-size: 46px;
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 32px;
  }

  h1 {
    font-size: 108px;
    margin-top: 137px;
    margin-bottom: 137px;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px;
}

.grid > * {
  grid-column: 1/-1;
}

@media (min-width: 800px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 60px;
  }
  .grid .tagrid {
    grid-column: 2/5;
  }
}
section {
  position: relative;
}

.sun {
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #AA471B;
  font-weight: bold;
}

.cap {
  position: absolute;
  width: 70px;
  height: auto;
  rotate: 20deg;
  left: 80%;
  top: 6%;
}

.school {
  position: absolute;
  width: 40px;
  height: auto;
  left: 10%;
  bottom: -30px;
  rotate: 20deg;
}

.line {
  border-left: 3px solid #AA471B;
  padding-left: 1rem;
}

@media (min-width: 800px) {
  .cap {
    width: 100px;
  }

  .soleil {
    width: 40px;
  }

  .school {
    width: 60px;
  }
}

/*# sourceMappingURL=app.css.map*/