/*This is a comment too*/
#header {
  color:blue;
	background-color: #211742;
  text-align: center;
  font-family: Lobster;
   padding: 30px;
}

#header:hover {
 color: blue;
 background-image: url("https://image.shutterstock.com/image-illustration/color-splash-series-background-design-260nw-587409425.jpg"); 
}

#content {
  background-color: #211742;
  padding: 10px 30px;
}

body {
 margin: 30px;
 color: blue;
 background-image: url("https://image.shutterstock.com/image-illustration/color-splash-series-background-design-260nw-587409425.jpg"); 
}

iframe {
  height: 500px;
  width: 100%;
  background-color:white;
}

a {
  color: blue;
}

footer {
 margin: 10px 
}