  body {
        background-image: url(http://neonvoyager.neocities.org/20160529_143752.jpg);
        background-size: 100%;
        background-color: red;
        margin: 0;
        padding: 0;
        font-family: "Courier New", Courier, monospace;
        
    }
    div {
        width: 800px;
        margin: 5em auto;
        padding: 50px;
        background-color: #fff;
        border-radius: 1em;
    }
    span { font: Courier;
    font-size: 40px;
    color: gray
    }
    .Zero { font: Courier;
    color: gray
      }
    .resize{
   max-width:100%;
   max-height:100%;
}
    .Help{ font-size: 28px; 
    color: gray;
      }
      
    #nav {
       width: 90%; 
      }
      
    #nav a { font-family: monospace;
        color: red;
        font-size: 20px;
      }
    .gone{ font-size: 30px;
      }
    .TBK{ font: bold
      }