@charset "utf-8";
/* CSS Document */

body {
	background:  #390000;
	font-family: 'modern_serif_erodedregular';
	
}

.picture {
	background: #023102;
	width: 1000px;
	height: 640px;
	margin: 0px auto;
	position:relative;
}

p {
	color: azure;
	font-size: 30px;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.9);
	position:absolute;
text-align: center; 
	margin-left: auto;
  margin-right: auto;
  width: 80%;
	top: 10px;
	left: 90px;
}

h1 {
	color: azure;
	font-size: 30px;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.9);
	position:absolute;
text-align: center; 
	top: 500px;
	left: 800px;
}


a {
		color:white;
 text-decoration: none;
}

a:hover {
	  opacity: .5;
}

.restart {
		background: url("EndPhotoT.png");
		width: 200px;
	    height: 200px;
	position: absolute;
	margin: 0px auto;
	top: 400px;
	left: 400px;
}