body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

* {
  font-family: monospace;
  font-size: 20px;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
}

section:not(#landing):not(#about) {
  padding: 5rem 0;
}
section:not(#landing):not(#about) h2 {
  display: inline-block;
  width: min-content;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 auto;
  background: linear-gradient(265deg, #ffffff15, #ffffff05);
  border: 0.125rem solid #151515;
  color: white;
  padding: 0.625rem 1.25rem;
  border-radius: 1.1875rem;
  overflow: visible;
}
section:not(#landing):not(#about) h2.light {
  background: linear-gradient(265deg, #00000015, #00000005);
  border: 0.125rem solid #e5e5e5;
  color: black;
}

.container {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=styles.css.map */
