@import url(https://db.onlinewebfonts.com/c/93a467f70a3e7b27a9b52a686f351dbe?family=DIN+Next+LT+Pro+Regular);
body {
  max-height: 500px;
  background-color: black;
  color: beige;
  font-family: "DIN Next LT Pro Regular";
}

h1 {
  color: blue;
  text-align: center;
}
h1 a {
  text-decoration: none;
  font-size: 18px;
}

table {
  margin: auto;
  width: 100%;
}
table th {
  line-height: 2em;
}
table td {
  text-align: center;
  line-height: 1.5em;
}/*# sourceMappingURL=table.css.map */