* {
  margin: 0;
  padding: 0;
}

.main {
    position: absolute;
    background-color: #13111E;
    width: 100%;
    height: 100%;
}

#backtext {
  text-decoration: none;
  font-size: 1.5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

.mainbox {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  width: 45%;
  height: 60%;
  border-radius: 20px;
  background-color: #2825408c;
  box-shadow: 0vw 0vw 20px black;
}

.info_text {
  text-decoration: none;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

.textbox {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 170%;
  top: 50%;
  left: 50%;
}

#Title {
  font-size: 2.8vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
