/* this is the style page for the main page of the website, after you click on the dolphin to enter*/

body {
  background: url("/greentile.png");
  color: #FFEBCD;
  font-size: 12pt;
}

h1 {
  text-align: center;
  font-size: 24pt;
  color: #FFEBCD;
}