body  {background-color:#202020}
table {background-color:#202020}
td {font-family:courier;
    font-size:2vh;
   }
a {font-family:arial;
   font-size:2vh;
   color:white;
   text-decoration:none;
  }
div {
        overflow-y: auto;
        overflow-x: auto;
        display: table-cell;
        width: 100vw;
        height: 100vh;
        vertical-align: middle;
    }
img {
        max-height: 100px;
    }
