@font-face {
  font-family: NSJam;
  src: url('../fonts/monofonto.otf') format('opentype');
}

body{
  font-family: NSJam;
  background-color: black;
  color: white;
}

/* table */

table {
  border-collapse: collapse;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

table thead th {
  background-color: #4CAF50;
  color: white;
}

.topinfo {
  text-align: center
}

.tdsize{
  width: 100px;
  height: 75px;
}

.tblhover:hover{
  background-color: #00aa00;
}
/* list */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}	

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #d4ef84;
}

.centerstuff { /*lol*/
  text-align: center;
  padding-top: 200px;
}

.topnav {
  text-align: center;