body {
  background-color: #EDEDED;
  color: black;
  font-family: Palatino, Garamond, Georgia, Times; 
  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: 90%;
  background-size: 30%;
}

