body {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #000000;
  background: #ffffff;
}

h1, .brand, .button {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

header {
  background: hsl(31.23, 87.95%, 48.82%);
  padding: 0.5rem 1.5rem;
  height: 4rem;
}

.brand {
  display: inline-block;
  line-height: 0;
}

.logo {
  height: 4rem;
  width: auto;
}

main {
  max-width: 40rem;
  margin: 3rem auto;
  padding-inline: 1rem;
}

.card {
  background: hsl(33.33, 29.03%, 93.92%);
  border-radius: 4px;
  padding: 2rem;
  text-align: center;
}

.lead {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: hsl(31.23, 87.95%, 48.82%);
}

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: hsl(31.23, 87.95%, 48.82%);
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
