.vert-text {
  display: block;
  color: white;
  text-align: center;
  margin: 0px;
  position: absolute;
  left: 99px;
  font-weight: 800;
  bottom: 0;
  padding: 15px;
  font-size: 3vw;
  white-space: nowrap;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  background: #000000;
  width: 850px;
  overflow: hidden;
  z-index: 9;
  border-bottom: solid 4px #00ff0a;
}

.alt-color {
  color: #00ff0a;
  font-weight: 200;
}

.vert-text-right {
  display: block;
  color: white;
  text-align: center;
  margin: 0px;
  position: absolute;
  left: 1935px;
  bottom: 745px;
  padding: 15px;
  font-size: 3vw;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(-270deg);
  background: #000000;
  width: 850px;
  overflow: hidden;
  z-index: 9;
  font-weight: 800;
  border-bottom: solid 4px #00ff0a;
  padding-top: 20px;
}

.alt-color-right {
  color: #00ff0a;
  font-weight: 200;
}

h1 {
  animation: typing-text 3s;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes typing-text {
}

.typing-text::after {
  content: "";
  animation: blink ease 1s infinite;
}

@keyframes blink {
}

body {
}

