body {
  background-color: #33ccff;
  background-image: url("/img/pop_corn_bg.png");
  background-repeat: no-repeat;
  background-size: 1500px;
}

h4 {
  font-size: 50px;
  font-family: Tahoma, sans-serif;
  color: #FFCC66;
  text-align: center;
  
  }

h5 {
  display: block;
  font-size: 30px;
  font-family: Tahoma, sans-serif;
  color: #FFCC66;
  text-align: center;
  }
  
#answer {
  display: block;
  font-size: 20px;
  font-family: Tahoma, sans-serif;
  color: #FFCC66;
  text-align: center;
}
  
img {
  width: 350px;
  float: left;
}

footer {
  text-align: center;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #DD3766;
}

a {
  color: #DD3766;
}

a:visited {
  color: #DD3766;
}