body {
  background-color: #0a0907;
  background-image: linear-gradient(rgba(255,255,255,0.025) 50%, transparent 50%);
  background-size: 100% 4px;
  color: #e8e0d0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  padding: 44px 24px;
  min-height: 100vh;
  text-shadow: 0.4px 0 rgba(255, 50, 80, 0.35), -0.4px 0 rgba(0, 200, 255, 0.28);
}

body > * {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 36px;
  line-height: 1;
  color: #e8e0d0;
  text-shadow: -1px 0 rgba(255, 50, 80, 0.85), 1px 0 rgba(0, 200, 255, 0.6);
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #e8e0d0;
  text-shadow: -0.7px 0 rgba(255, 50, 80, 0.8), 0.7px 0 rgba(0, 200, 255, 0.55);
}

p {
  margin-top: 0;
  margin-bottom: 32px;
}

a {
  color: #ff3344;
  text-decoration: underline;
}

a:hover {
  color: #ff6677;
}

hr {
  border: none;
  border-top: 1px solid #3a2a1f;
  margin-top: 32px;
  margin-bottom: 32px;
}

nav {
  font-size: 14px;
  margin-top: 0;
}

.moki-link {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 18px;
  text-decoration: none;
  color: #e8e0d0;
  text-shadow: -0.7px 0 rgba(255, 50, 80, 0.8), 0.7px 0 rgba(0, 200, 255, 0.55);
}

.moki-link:hover {
  color: #ff3344;
}

.glitch-letters span {
  display: inline-block;
}