body {
  height: 100%;
  width: 100%;
  background-color: black;
  margin: 0;
  padding: 0;
}

#scanlines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(231, 231, 231, 0.05),
    rgba(231, 231, 231, 0.05) 1px,
    transparent 1px,
    transparent 2px
  );
  background-size: 100% 4px;
}

.morph-section {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -200px;
  font-family: monospace;
  color: #1e852f;
  text-shadow: 0 0.2rem 1rem #0c7b46;
}

.info {
  font-family: monospace;
  position: absolute;
  line-height: 20px;
  font-size: 14px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow: 0 0.2rem 1rem #e0e2e1;
}

a {
  color: #f9f9f9;
}

#terminal {
  height: 100%;
  width: 100%;
  background-color: black;
  font: 1em sans-serif;
}
