body, html {
  height: 100%;
  background: #000000;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#background-image {
  height: 100%;
  width: 100%;
  animation: fadein 0.4s ease-in;
}

.official {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.official span {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-family: 'retroville_ncregular';
  font-weight: 100;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  paint-order: stroke fill;
}


@media screen and (max-width:640px) {

}