* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: black;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: -0.4px;
  overflow: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  padding: 20px 20px;
  color: #e5e5e5;
}

h1 {
  color: #b14242;
}
h2 {
  color: #c7563d;
}
h3 {
  color: #d77640;
}
h4 {
  color: #e49a44;
}

.spacer {
  height: 120vh;
}
