#container {
  background: linear-gradient(150deg,lightsalmon, bisque, lavenderblush, lavender, lightsteelblue, slateblue, darkslateblue);
  height: 100%;
  padding: 10px;
  font-family: "Roboto Condensed";
}

.mountain {
  box-shadow: 1vw 1vh 5vh sandybrown;
  color: chocolate;
}


.hedgehog {
  box-shadow: 1vw 1vh 5vh darkgray;
  color: dimgray;
}

.beach {
  box-shadow: 1vw 1vh 5vh darkslateblue;
  color: midnightblue;
}

p {
  font-size: 120%;
  margin: 50px 50px;
  padding: 50px;
  border-radius: 5%;
  opacity: 0.8;
  background-color: white;
}

a {
  font-weight: bold;
  font-family: "Sansita Swashed";
}

h1 {
  font-family: "Sansita Swashed";
  text-align: center;
  font-size: 300%;
  color: white;
  text-shadow: 2px 2px 4px cornflowerblue;
}

img {
 border-radius: 50%; 
}

figcaption {
  padding: 10px;
 	text-align: center; 
}