body {
  background-color: #03fcf0;
  background-image: radial-gradient(ellipse at left, #03fcf0, blue, green, yellow, red, orange);
  text-align: center;
}
h1 {color:blue;
	text-shadow: 2px 3px 2px black;
  font-size: 3.0em;
  font-weight: bold;
  font-style: italic;
    margin-top: 0em;
  text-decoration:underline;
  text-align: center
}

#content{
  color:#038c0c;
  text-shadow: 2px 2px 2px black;
  font-size: 1.5em;
  font-weight: bold;
}
