body {
  margin: 10%;
  background: #002b36;
  color: #eee8d5;
  text-shadow: 0 0 0.3vw #eee8d5;
  font-family: monospace;
  font-size: max(3vh, 1em);
}
@media (orientation: portrait) {
  body {
    font-size: max(3vw, 1em);
  }
}
body::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 43, 54, 0.1) 50%);
  z-index: 2;
  background-size: 100% 3px, 3px 100%;
  pointer-events: none;
}

a {
  color: #268bd2;
  text-shadow: 0 0 0.3vw #268bd2;
}
a:hover {
  color: #b0d6f1;
  text-shadow: 0 0 0.3vw #b0d6f1;
}

h1,
h2,
h3 {
  font-size: 1em;
  text-decoration: underline;
}

h1 {
  text-transform: uppercase;
  color: #ffd85e;
  text-shadow: 0 0 0.3vw #ffd85e;
}

h2 {
  color: #859900;
  text-shadow: 0 0 0.3vw #859900;
}

h3 {
  color: #2aa198;
  text-shadow: 0 0 0.3vw #2aa198;
}

input {
  background: inherit;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  border-width: 0;
  padding: 0 0.5em;
  margin: 0;
}
input[type=text] {
  color: #e6ff42;
  border: 2px solid #e6ff42;
  text-shadow: 0 0 0.3vw #e6ff42;
  box-shadow: 0 0 0.3vw #e6ff42;
}
input[type=submit] {
  background: #e6ff42;
  border: 2px solid #e6ff42;
  color: #002b36;
  text-shadow: 0 0 0.3vw #002b36;
  box-shadow: 0 0 0.3vw #002b36;
}
input[type=submit]:hover {
  background: #fcffeb;
  border: 2px solid #fcffeb;
  color: #002b36;
  text-shadow: 0 0 0.3vw #002b36;
  box-shadow: 0 0 0.3vw #002b36;
}

ul {
  list-style: none;
  padding: 0;
}
ul li::before {
  content: "* ";
}

/*# sourceMappingURL=main.css.map */
