Body 
{ background: black;
   text-align: left;
  color: purple;
  font-family: Monospace;}
  
  /* THE FOLLOWING ABOVE WAS THE ORIGINAL CODE DO NOT REMOVE IT*/
 
.text span {
   opacity: 50;
}
.text span.revealed {
   opacity: 1;
}
.text span.green {
   color: #27ae60;
}
.text span.red {
   color: #ff0000;
}


/* Demo styles */
body {
   background: #3498db;
   padding: 3em;
   font-family: 'Sora', monospace;
}
.text {
   font-size: 6vw;
   word-spacing: 0.2em;
   margin: 0 auto;
   background: #fff;
   padding: 1em;
   border-bottom: 1vw solid #0e6dad;
   position:relative;
   line-height: 1.2em;
}
.corner {
   position:absolute;
   width: 10vw;
   right:2vw;
   bottom:0;
   transform: translateY(80%); 
}
    }