

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

html, body { overflow: hidden; }



.splash2 {
  
  background-color: rgba(0,0,0,0);
  width: 100%;
    height: 100%;
  position: fixed;
color: white;
}


