html, body {
    height: 100%;
    margin: 0;
    background-color: rgb(20, 20, 20) ;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(43, 245, 8);
  }
   
div
{
    text-align: center;

}

     
