body {
  background-color: rgb(14, 24, 42);
  color: rgb(226, 232, 240);
  padding: 2rem 4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1 {
  color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}

p {
  margin: 0 0 2rem 1rem;
}

span {
  color: rgb(90, 95, 117);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline;
  text-decoration-color: rgba(209, 3, 111); */
  box-shadow: inset 0 -4px rgba(209, 3, 111, 0.8);
}