* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
  @font-face {
      font-family: 'VG5000';
      src:    url('../fonts/VG5000-Regular_web.eot');
      src:    url('../fonts/VG5000-Regular_web.eot?#iefix') format('embedded-opentype'),
              url('../fonts/VG5000-Regular_web.woff') format('woff'),
              url('../fonts/VG5000-Regular_web.woff2') format('woff2'),
              url('../fonts/VG5000-Regular_web.ttf') format('truetype'),
              url('../fonts/VG5000-Regular_web.svg#svgFontName') format('svg');
      font-weight: normal;
      font-style: normal;
  }

body {
  background-color: black;
  color: #f2f2f2;
  font-size: 1.4rem;
  font-family: "VG5000", "Courier", Courier, monospace;
}
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
#video2 {
  width: 500px;
}
div#content {
  z-index: 998;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
div#fabric {
  position: relative;
}
#eyes {
  position: absolute;
  left: 170px;
  top: 200px;
  z-index: 999;
  transform: rotate(-15deg);
}
nav {
  z-index: 999;
  position: relative;
}
h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  margin: 6rem 0 6rem 0;
}
hr {
  border: 0;
  height: 1rem;
  background-color: #ff2814;
  margin: 3rem 0 6rem 0;
}
