html, body {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-family: "Stratum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 2%; }

a {
  color: #cccccc; }

#bm {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 0 auto; }

@font-face {
  font-family: Stratum;
  src: url("../fonts/Stratum2WebRegular.eot");
  src: url("../fonts/Stratum2WebRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Stratum2WebRegular.woff") format("woff"), url("../fonts/Stratum2WebRegular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
h1 {
  font-family: "Stratum";
  font-size: 600%; }

/*# sourceMappingURL=index.css.map */
