.redirec {
    background-color: #0cf02b;
    color: white;
    font-family: 'Verdana';
    overflow: hidden;
}
.redir-old {
    font-family: "Unsteady Oversteer";
    font-size: 80px;
    transform: rotate(90deg) scaleX(100);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
}
.re-indent100 {
    position: absolute;
    left: 60px;
    text-align: right;
    z-index: 1;
    color: black;
}
.re-indent100 h1 {
    font-size: 30px;
}
.bound-re {
  color: #0cf02b;
  background-color: black;
}
.indent100delay {
  position: absolute;
  left: 50px;
  top: 30px;
  text-align: right;
  opacity: 0.4;
  z-index: 0;
}
.indent100delay h1 {
    font-family: "Conv_PrintChar21";
    font-size: 30px;
}
.linksright {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 80px;
    text-shadow: -10px 10px #00000033;
    font-weight: bold;
    font-size: 14px;
    color: black;
    background-color: #0cf02b;
}
.re-link {
    text-decoration: underline;
}
.redirec .overlay {
    color: #f3701e;
}
.redirec .overlay:hover {
    color: transparent;
}
