@charset "utf-8";
/* CSS Document */

body {
   font-family: 'georgia';
  background: #8844C0;
}

.frame {
  background: yellow url("outcome1_clean.jpg.html");
  width: 1000px;
  height: 640px;
  margin: 0px auto;
  position: relative;
}

h1 { 
  color: #FFFFFF;
  font-size: 35px;
  line-height: 20px;
   font-family: 'ambleregular';
text-shadow: -4px 4px 6px rgba(0,0,0,.8);
}

p { 
  color: #FFFFFF;
	font-size: 30px;
  line-height: 30px;
  text-shadow: -4px 4px 6px rgba(0,0,0,.8);
}

a {
  color: #FFFFFF;
  text-shadow: -4px 4px 6px rgba(0,0,0,.8);  
  text-decoration: none;
  font-size: 52px;
}

.restart {
		background: url("StartOver.png");
		width: 200px;
	    height: 200px;
	position: absolute;
	margin: 0px auto;
	top: 450px;
	left: 660px;
}