body {background-color: rgb(70,200,255);}
h1 {
  text-shadow: -2px 3px rgb(50,50,200);
  background-color: rgb(100,140,255);
}
.title {
  font-size: 35px;
  text-align: center;
  border-bottom-style: groove;
  border-top-style: groove;
  border-bottom-color: rgb(0,0,200);
  border-top-color: rgb(0,0,200);
}
.heading {
  text-align: right;
  font-family: fantasy;
}
.text_center {text-align: center;}
.credit {
  text-align: right;
  font-family: fantasy;
}
.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.last_updated {
  text-align: right;
  font-family: fantasy;
  font-size: 14px;
}
.email {color: rgb(0,0,255);}
#copyright {
  font-family: inherit;
  font-style: italic;
  font-size: 14px;
}