body {
  background: hsl(0deg 0% 97%);
  color: hsl(0deg 82% 53%);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

h1 {
  line-height: 1.1;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
}
