body {

  background-image: url('turquoise1.jpg');
  
}


h1 {

  color: #8B8B8B;
  font-family: georgia;
}

p {
  
  color: #ffffff;
  

}

a {
  font-family: georgia;
  color: #8B8B8B;
  outline: none;
  text-decoration: none;
}



span {
  display: block;
}

img {
  max-width: 20vw
}

