.abs-cent {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}

header {
  position: relative;
  display: table;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  
 -moz-animation: 3s fade 0s infinite alternate;
     -ms-animation: 3s fade 0s infinite alternate;
      -o-animation: 3s fade 0s infinite alternate;
         animation: 3s fade 0s infinite alternate;

  
	h1 {
		display: table-cell;
		text-align:center;
    font-size: 200%;
    text-shadow: 0 0 20px #ffffff; 
		vertical-align: middle;
		color: rgba(255,255,255,.8);
		line-height: .9rem;
		text-transform: uppercase;
  }
  
}


//Keyframe Animations
//VN1gH7-15-N07-H3R3
//------------------------
@keyframes fade {
  0% { opacity: .8; }
  100% { opacity: 1; }
}

// ------------------------------------
*, *:before, *:after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#readmex0r {
	display: block;
	text-align: center;
	align-self: center;
	margin-top: -350px;
    margin-left: -170px;
	opacity:.2;
	color: #ffffff;
	scale: 10%;

}

html {
  background: rgba(10,0,0,1);
  font-family: "Proxima Nova", "Avenir Next",sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -.15rem;
}