body {
  background-color: #2c003e;
  /* Deep Purple */
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #faf3e0;
}

a {
  color: white;
}

.hero {
  container-name: hero;
  container: hero/inline-size;
  background: linear-gradient(90deg, #faf3e0, #f7e1a0, #f2cb7a, #f4e1d2, #d0a0a0, #b05252, #7a1f1f);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  padding: 1vw;
}
.hero h1 {
  font-size: 25.5vw;
  line-height: 1;
  margin: 0;
}
.hero p {
  font-size: 5.5vw;
  line-height: 1.2;
  margin: 0;
}
.hero small {
  font-size: clamp(16px, 1.5vw, 1.5vw);
}

.container {
  max-width: 800px;
  margin: auto;
}

ul {
  list-style-type: none;
  padding: 0;
}

.wine-category {
  margin-bottom: 20px;
}

.pairing-suggestions {
  padding: 10px;
}

.footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
}