*{
  font-family: monospace;
  color: white;
  background-color: black;
  overflow-x: hidden;
}

#text{
width: 65vh;
margin:0 auto;
white-space:pre;
font-size: 1.5vh;
}

@media screen and (max-width:600px)
{
    #text{
      font-size: 1.2vh;}

}