
body {
  
   background-image: url("images/fishy.jpg");
  min-height: 100vh;
  /* This anchors the image to the bottom-center */
background-position: center bottom;
  font-family: Helvetica;
  font-size: 14px;
  color: rgb(255,0, 200);
}
h1 { 
  color: rgb(255,255,255);
  background-color: rgb(20,180,150)}