body {
  background-color: #EDEDED;
  color: black;
  font-family: Georgia, serif; 
  font-size: 18pt;
  margin: 10%;
  background-image: url("images/seabeast.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 50%;
  background-position-y: 98%;
  background-size: 20%;
}

