html,
body {
  margin: 0;
  padding: 0; }

body {
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#415497), to(black));
  background-image: linear-gradient(180deg, #415497, black); }

div.scan-lines {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #000), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #000), color-stop(75%, #000), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent 100%);
  background-size: 8.00px 8.00px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }

#background-text {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2; }

#background-text span {
  color: #8F55A9;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
  font-size: 5.0vw;
  font-family: 'Press Start 2P';
  letter-spacing: 20px;
  margin-right: -20px;
  text-transform: uppercase; }

@media screen and (min-width: 668px) {
  #background-text span {
    font-size: 64px; } }

#content {
  color: #00fff9;
  max-width: 600px;
  padding: 0 16px 32px 16px;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Fira Code';
  -webkit-font-feature-settings: "calt" 1;
  font-feature-settings: "calt" 1; }

@media screen and (max-width: 667px) {
  #content {
    font-size: 12px; } }

#content pre {
  font-size: inherit;
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  white-space: pre-line;
  letter-spacing: 1px;
  line-height: 140%;
  text-shadow: -1px 0px 4px #ff00c1; }

#content pre span.cli {
  color: #EFC2F6;
  opacity: 0.8;
  font-weight: 500;
  font-size: 12px;
  text-shadow: 0px 0px 2px black;
  cursor: pointer; }

@media screen and (max-width: 667px) {
  #content pre span.cli {
    font-size: 8px; } }

#content pre a:link,
#content pre a:visited,
#content pre a:hover,
#content pre a:active {
  color: #00fff9;
  text-decoration: none; }

#content pre a:hover {
  background-color: #b400ff; }

.blinking {
  font-weight: 500;
  font-size: 12px;
  color: #EFC2F6;
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite; }

@keyframes "blink" {
  from, to {
    color: transparent; }
  50% {
    color: #EFC2F6; } }

@-webkit-keyframes "blink" {
  from, to {
    color: transparent; }
  50% {
    color: #EFC2F6; } }
