html {
  background-color: var(--neutral-green);
}

h1 {
  text-shadow: 2px 2px var(--med-pink);
}
