html,body { 
  height:100%;
}
body { 
  background-image: url("backgrounds/sf_seagul.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-color:#9fbabf;
}
h1 {
  position: fixed;
  bottom: 0;
  right: 5%;
  color:#fff;
  text-shadow: 2px 2px 3px #000;
  font-family:sans-serif;
  font-weight: bold;
  font-size: 70px;
  opacity: 30%;
}