h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
p {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
ul {
  padding-inline-start: 1.25rem;
}
li {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.signature {
  width: 250px;
  margin-bottom: 1rem;
}
.huit-signature {
  width: 416.5px;
  margin-bottom: 1rem;
}
.wrap {
  max-width: 650px;
  margin: 0 auto;
  padding: 2rem;
}
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0055a5;
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
