   body {
       background-color: rgb(23, 23, 23);
       text-align: center;
       color: white;
   }

   h1 {
       font-family: 'Roboto Mono', monospace;
       font-weight: 500;
       font-size: 150px;
       letter-spacing: 5px;
       left: 0;
       line-height: 200px;
       margin: auto;
       margin-top: -101px;
       position: absolute;
       top: 50%;
       width: 100%;
   }



   .footer {
       position: absolute;
       right: 0;
       bottom: 0;
       left: 0;
       padding: 1px;
       background-color: white;
       text-align: center;
       font-family: 'Roboto Mono', monospace;
       font-weight: 400;
       color: black;
       font-size: 12px;
   }
