@font-face {
  font-family: OrangeKid;
  src: url(/fonts/OrangeKid.otf) format("opentype");
}

@font-face {
  font-family: abduction2002;
  src: url(/fonts/abduction2002.woff);
}

body {
  color: #18B300;
  /*brighter color:#2CC914;*/
  background: #0D0B0F;
  font-family: OrangeKid;
  font-size: 1.25rem;
}

a {
  color : #B31E00;
  /*brighter color: #C92C14;*/
  font-weight: bold;
}

.rainbow-letters {
  
}

.rainbow-letters span:nth-child(10n + 1) {
  
}
