h1 {color:blue;}#mySummer{ margin-left:auto; margin-right:auto; margin-top:8px; height:440px; width:500px; z-index:999; background-color:#fff; opacity:.75; padding:10px; font-family:monospace; font-size:64px; } #banner{ 
  /*made width a little smaller*/
  width:575px; 
  padding:2px; 
  margin-right:auto; 
  margin-left:auto; 
  margin-top:2px; 
  /*changed background color to a light pink*/
  background-color:#ffb6c1; 
  opacity:.75; 
  /*made font size a little smaller*/
  font-size:60px; 
  /*changed font family to be cursive for the title*/
  font-family:cursive; 
  color:#000; 
  z-index:999; } #myPic{ position:fixed; top:0px; left:0px; height:100%; width:100%; z-index:-999; } #credits{ position:fixed; bottom:10px; font-family: monospace; font-size:12px; color:#000; z-index:999; background-color:#fff; opacity:.75; } a{ font-family:monospace; font-size:12px; color:#000; }