@import url(http://fonts.googleapis.com/css?family=Codystar);
#canvas {
  cursor: crosshair;
  display: block; }

.storycontent {
  visibility: hidden; }

body {
  margin: 0;
  background: url(vendor/img/bg.jpg) repeat-x 0 110%, url(vendor/img/sky.jpg) repeat-x 62% 55%, url(vendor/img/sky.jpg) repeat-x;
  background-color: black; }

h1, a {
  font-family: Codystar;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: crosshair; }
  h1#year, a#year {
    top: 0;
    font-size: 99px;
    margin-top: 10%; }
  h1#filip, a#filip {
    bottom: 0;
    margin-bottom: 20%;
    font-size: 70px;
    text-transform: italic; }
