

* {
  box-sizing: border-box;
   background-color: black;
}




.splash {

  background-color: black;
     padding-top: 45%;
  width: 100%;
    height: 100%;
  position: fixed;
    text-align: center;
vertical-align: middle;
 font-size: 50px;
    color: white;
font-family: 'Staatliches';
line-height: 0.5;

}

