html { 
	background: url(fallout_76_main.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	color: #fff;
	
	font-family: 'Knewave', cursive;
	font-size: 48px;
	font-weight: bold;
	
	text-shadow: 2px 2px #000;
}

p#countdown {
	position: absolute;
    width: 1000px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -500px; /* margin is -0.5 * dimension */
    margin-top: -100px;
	text-align: center;
}