.vert-center-text {
   position: absolute; 
   top: 40%; 
   left: 0;
   text-align: center; 
   width: 100vw;
   letter-spacing: 3px; 
}

.vert-center-text  { 
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 14.825rem;
  font-style: normal;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
   }
}

.vert-center-container {
  position:relative;
}

html, body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}
.vert-center-text {
    -moz-animation: cssAnimation 0s ease-in-out 20s forwards ;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in-out 20s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in-out 20s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in-out 20s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.dashboard {
  position: relative;
  height: 100%;
  width: 100%;
}

.hud {
  position: absolute;
  width: 100vw;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: white;
  font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 1rem;
  font-style: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -moz-animation: cssAnimation 0s ease-in-out 120s forwards ;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in-out 120s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in-out 120s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in-out 120s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;


}

#lives {
  background: transparent;
  top: 10px;
  left: 10px;
  
}

#health {
  background: transparent;
  bottom: 10px;
  right: 10px;
  
}

#ammo {
  background: transparent;
  top: 10px;
  right: 10px;
  
}

#score {
  background: transparent;
  bottom: 10px;
  left: 10px;

}


