h1 {
  margin-top: 50px;
}

.blue {
  display: none;
  margin: 10px;
  padding: 10px;
  background-color: skyblue;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 9999;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
}

#typeTarget {
  font-size: 24px;
  font-family: monospace;
  white-space: pre;
  margin: 20px;
  padding-left: 5px;
}

#fadeBox {
  display: none;
  height: 100px;
  background-color: lightcoral;
  color: white;
  text-align: center;
  line-height: 100px;
  margin-top: 10px;
}

#colorBox {
  width: 100px;
  height: 100px;
  background-color: skyblue;
  margin-top: 10px;
}


.loader_cover-up {
  top: 0;
}

.loader_cover-down {
  bottom: 0;
}

.coveranime.loader_cover-up {
  transform: translateY(-100%);
}

.coveranime.loader_cover-down {
  transform: translateY(100%);
}