body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: white;
  overflow: hidden;
}

.logo {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  font-weight: bold;
  display: none;
  z-index: 5;
}

.go-green { color: #4caf50; }
.story-gold { color: #f4c613; }
.go-blue { color: #1caad9; }

#inkling {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  z-index: 3;
  transition: top 0.4s ease;
}

#book {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  display: block;
  z-index: 1;
}

#ink-squirt {
  position: absolute;
  top: 10%;
  left: 52%;
  transform: translateX(-50%);
  width: 480px;
  height: 280px;
  background-image: url('images/ink-splotch.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 4;
}

.tagline {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Comic Sans MS', cursive;
  display: none;
  z-index: 4;
}