@font-face {
  font-family: 'Pier Sans';
  src: url("fonts/pier-regular-webfont.eot");
  src: url("fonts/pier-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pier-regular-webfont.woff2") format("woff2"), url("fonts/pier-regular-webfont.woff") format("woff"), url("fonts/pier-regular-webfont.ttf") format("truetype"), url("fonts/pier-regular-webfont.svg#pier_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  width: 100%;
  margin: 0;
  height: 100%;
  background: #565656;
  background: -webkit-radial-gradient(center, ellipse cover, #565656 0%, #020202 100%);
  background: -webkit-radial-gradient(center, ellipse, #565656 0%, #020202 100%);
  background: radial-gradient(ellipse at center, #565656 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#020202',GradientType=1 ); }

canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5); }

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