@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
#black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #004080;
  clip: rect(0 100vw 100vh 0);
}
#text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-family: "Roboto Condensed";
  text-align: right;
}
#text span {
  color: #0080FF;
}