/*This is a comment too*/
#header {
  color: white;
	background-color: #0c074d;
  text-align: center;
  font-family: Lobster;
  padding: 50px;
  margin-bottom: 30px;
  margin-left: 40px;
}

#header:hover {
 color: white;
 background-image: url("https://cdn.lowgif.com/full/8f06fdb6cbb24807-repeating-background-tumblr-pixel-23393-enews.gif"); 
}


body {
 margin: 30px;
 color: white;
 background-image: url("https://38.media.tumblr.com/4c4837e03ecf15edb03e325cc8ce5a12/tumblr_n9m5ezICYh1qd5kebo1_1280.gif"); 
}

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

li a {
  text-decoration: none;
  font-size: 110%;
}

a {
   color: lightblue; 
}

a:hover {
  color: white;
}

li {
  font-family: Lobster;
  list-style-type: none;
  background-color: #0c074d;
  padding: 10px 30px;
}

footer {
 margin: 10px 
}