body {
  margin: 0;
  background-image: url("https://manekineko.neocities.org/cyber/bg.gif");
}

ul {
  list-style-type: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: -3.2px 0px 0px rgba(255, 0, 0, 0.9);
  padding: 20px;
  font-size: calc(3vh);
  text-align: center;
}

.text {
  font-family: "Courier New", Courier, monospace;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: -3.2px 0px 0px rgba(255, 0, 0, 0.9);
  padding: 20px;
  font-size: calc(3vh);
  text-align: center;
}
.text::-moz-selection {
  background: red;
}
.text::selection {
  background: red;
}

h1.text {
  text-align: center;
  font-size: 5vh;
}

