.nothing{
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 125;
    color: #6c758e;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .body{
    background-color: #1c1c1d;
  }
  .footer{
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px; 
    font-size: 30px; 
    border-radius: 5px;
  
  }
  
  