@font-face {
	font-family: PressStart;
	src: url('../PrStart.ttf') format('truetype'),
	url('../prstart.svg#font') format('svg');
}

@font-face {
	font-family: PressStartK;
	src: url('../prstartk.ttf');
}

a {
	color: yellow;
}

img {position: relative;
	}

body { 
	position: relative;
	background-color: black;
	font-family: PressStart, Helvetica, sans-serif;
 text-transform: uppercase;	
	width: 500px;


	
	left: 25%;
}


iframe {
	position: relative;	
	left: 7%;
	
}
h2 { 
	font-family: PressStart, sans-serif; 
	text-transform: uppercase;
	text-align: center;
 	color: white;
	padding-top: 5px;

}

#countdown {
	font-family: PressStart, sans-serif; 
	text-transform: uppercase;
	text-align: center;
 	color: white;
	font-size: 30pt;
	position: relative;
	left:10px;
	
	padding-top: 5px;
	
}

#countdown-count {
	font-family: PressStart, sans-serif; 
	text-transform: uppercase;
	text-align: center;
 	color: white;
	font-size: 50pt;
	
}

p {
	color: white;
}

li {
	font-family: Helvetica, sans-serif;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wall {
	position: relative;
	left: 10%;
	padding-bottom: 10%;
	margin-bottom: 50px;
	
}

.fallout-update { 
	font-family: PressStart, sans-serif; 
	text-transform: uppercase;
	text-align: center;
 	color: white;
	padding: 5%;

}

.fallout-update-content {
//	display:none;
	color: green;
}

.fallout-update-author {
	padding: 5px;
	color: yellow;
}

.fallout-update-time {
	padding: 5px;
	color: yellow;
}

.fallout-update-img {
	left: 5px;
	padding: 5px;
	
}
