@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: 0.75vw;  
}

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

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

.menu a {
  font-size: 1vw;
  float: left;
  padding: 0.75vw;
  text-decoration: none;
  width: 30%; 
}

.content {
  text-align: left;
  align-content: center;
  font-size: 1vw;
  padding: 50px;
  overflow-y: hidden;
}

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

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

.center-image p {
  font-size: 0.75vw;
}

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