h1 {
  color: #af0101;
  margin-top: 250px;
}

body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background-color: white;
  background-color: black;
  text-align: center;
  font-family: "Denk One", sans-serif;
}

.button, .button:link, .button:visited, .button:active {
  width: 150px;
  background: #af0101;
  color: #000000;
  border-radius: 5px;
  height: 35px;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 10px 0px 10px;
  margin: 60px auto 0 auto;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.button:hover {
  background-color: #6e0000;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
a {
  color: #000;
  background: #af0101;
  padding: 10px;
  border-radius: 4px;
}

a:active, a:hover {
  color: #666;
}

p.header {
  font-size: small;
}
p.header span {
  font-weight: bold;
}

p.footer {
  font-size: x-small;
}

div.content {
  margin: 40px auto;
  width: 960px;
}

div.broken,
div.missing {
  margin: auto;
  position: relative;
  top: 50%;
  width: 193px;
}
div.broken a,
div.missing a {
  height: 63px;
  position: relative;
  top: -31px;
}
div.broken img,
div.missing img {
  border-width: 0px;
}

div.broken {
  display: none;
}

div#unityPlayer {
  cursor: default;
  height: 600px;
  width: 960px;
}

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