@font-face {
  font-family: Anonymous;
  src: url("/AnonymousPro-Regular.ttf?#iefix") format("truetype");
}

.html, body {  
  position: static;
  height: 100%;
  margin: 0;
  color: #ffffff;  
  font-family: Anonymous;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

a {
  color: #ffffff;  
}

ul {
  list-style-type: none;
  padding: 0;
}

.header {
  font-size: 2vw;  
}

.main {
  position: static;
  height: 100vh;
  background: black;
  max-width: 90vw;
  margin: auto;
  text-align: center;
}

.menu {
  width: 100%;
  overflow: visible;
}

.menu a {
  font-size: 2vw;
  float: left;
  padding: 12px;
  text-decoration: none;
  width: 25%; 
}

.content {
  text-align: left;
  align-content: center;
  font-size: 2vw;
  padding: 10vw;
  overflow-y: scroll;
}

.content table {
  font-size: 2vw;
  padding: 1vw 1vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.center-image img {
  max-width: 70vw;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-left: 2vw;
  position: fixed;
  bottom: 0;
  font-size: 2vw;  
}