.mt-32 {
  margin-top: 8rem;
}

:root {
  --foreground-rgb: 152, 163, 173;
  --background-start-rgb: 9, 9, 11;
  --background-end-rgb: 9, 9, 11;
}

body {
  font-family: "Recursive", monospace;
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
  max-width: 790px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.6;
  color: #f3f3f3;
}
