body {
  background-color: #050505;
  color: whitesmoke;
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.6em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #c15f71;
  text-decoration: none;
}

a:hover {
  color: #404040;
  text-decoration: underline;
}

#wrapper {
  max-width: 600px;
  margin: 80px auto 50px auto;
}

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-button {
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 2px;
  font-family: 'Courier New', Courier, monospace;
}

.title {
  border-bottom: 1px solid #404040;
  padding-bottom: 20px;
}

blockquote {
  opacity: 0.8;
  font-style: italic;
  font-size: 130%;
}

.crt::before{ 
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  background-repeat: repeat;
  pointer-events: none;
}