body {
  line-height: 2.2;
  color: yellow;

  font-family: 'Nunito', sans-serif;

  background: url('../images/hairy-frogfish-background.png');
  /* Full Page Background Receipe */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.container {
  width: 500px;
  margin: 40px; 
  background: rgba(139,137,134,0.5);
  padding: 15px;
  border-radius:10px;
  text-align: center;

}
  
h1 { 
  font-family: 'Lobster', cursive;
  font-size: 40px;
  margin-bottom: -40px;
margin-top: -20px;
}



h2 { font-size: 20px;
color: #37E9E9


;}

a { color: #37E9E9


;
text-decoration: none;
}