body, pre {
  border: 0px;
  font-family: monospace;
  font-size: 13px;
  color: #34d63f;
  background-color: #121212;
}

.out-of-sight {
  position: absolute;
  top: -100px;
}

.blink {
  -webkit-animation: blink 1.5s steps(2, start) infinite;
  -moz-animation: blink 1.5s steps(2, start) infinite;
  -o-animation: blink 1.5s steps(2, start) infinite;
  animation: blink 1.5s steps(2, start) infinite;
  background-color: #34d63f;
}

@-webkit-keyframes blink { to { visibility: hidden; } }
@-moz-keyframes blink { to { visibility: hidden; } }
@-o-keyframes blink { to { visibility: hidden; } }
@keyframes blink { to { visibility: hidden; } }

pre {
  border: 0px;
  font-family: monospace;
  font-size: 13px;
  color: #34d63f;
  background-color: #121212;

}
#terminal {
  word-break: break-all;
}

#terminal p {
  margin-bottom: 0;
}

#cursor {
  display: inline-block;
  width: 0.6em;
  height: 1.2em;
  vertical-align: -0.2em;
  border: 1px solid #34f55b;
}

#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

