/* SPLASH SCREEN */
body {
  background: #fff;
}

div#intro {
  width: 430px;
  height: 250px;
  position: absolute;
  margin-left: -225px;
  left: 50%;
  top: 50%;
  margin-top: -150px;
}

