body {
  font-family: 'Courier New';
  font-weight: 100;
  background-color: #2d353b;
}
p {
  font-family: 'Courier New';
  color: #d3c6aa;
  font-weight: bold;
  text-align: center;
}

.red {
  color: #e67e80;
}

h1, h2 {
  font-family: 'Courier New';
  color: #e67e80;
  text-align: center;
}

a {
  font-family: 'Courier New';
  font-weight: bold;
  text-decoration: none;
  color: #7fbbb3;
  text-align: center;
}

.arrow {
  color: #dbbc7f;
}

hr {
  border: 0;
  border-bottom: 1px dashed #d3c6aa;
  background: #999;
  width: 75%;
}
