body {
  /*
    background: #white;
    background: #041401;
  */
  background-image: linear-gradient(180deg, rgba(176, 215, 252, 0.8) 35%, rgba(4, 30, 55, 0.8) 100%), url("https://projects.codecraftworks.com/web/ihF0CaWPINRjBTpxB524/assets/Matrix.jpg");
  background-size: contain;
  background-repeat: round;
}
h2 {
	text-align: center;
  text-decoration: underline #083347 dashed 5px;
  color: rgb(12, 87, 122);
  font-family: "Open Sans", serif;
}
p { 
  font-size: 1.2em;
}
span {
	text-decoration: line-through;
}
ul {
	list-style: circle;
}

a:link {
	color: #086041;
}
a:visited {
	color: #8E8BC9;
}
a:hover {
	text-decoration: none;
  background-color: #0E365D;
  color: #ddd;
  padding: 0.3em;
}
a:active {
	background-color: #ddd;
  color: #0E365D;
}
footer {
	background-color: #041401;
  color: #FFDCAA;
  font-weight: bold;
  text-align: center;
}
main {
	display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: .5em;
}
form {
	padding: 2em;
}
textarea {
	width: 100%;
}

#intro {
	text-align: center;
}
#shape {
	width: 0;
  height: 0;
  border-top: 50px solid #041E37;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent; 
}
#title {
	text-align: center;
  color: white;
  font-family: "Open Sans", serif;
  background-color: #041401;
  padding: 0.2em;
}
#Strigidae {
	background-image: linear-gradient(180deg,rgba(228, 255, 245, 0.7) 0%, rgba(228, 255, 245, 0.7) 100%), url("https://en.wikipedia.org/wiki/Strigidae");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
}
#Tytonidae {
	background-image: linear-gradient(180deg,rgba(228, 255, 245, 0.7) 0%, rgba(228, 255, 245, 0.7) 100%), url("https://en.wikipedia.org/wiki/Tytonidae");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
}
#tundra {
	background-image: linear-gradient(180deg,rgba(228, 255, 245, 0.7) 0%, rgba(228, 255, 245, 0.7) 100%), url("https://projects.codecraftworks.com/web/p50GmwHmXOAfkTEFATDs/assets/pexels-jeremy-bishop-1260133-12088976.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
}
#container {
	background-color: magenta;
  border: 2px solid black;
  width: 200px;
  height: 300px;
  overflow: auto;
}

.biome {
	/*	
  background-color: #E4FFF5;
  */
  border: inset 5px #53EAB5;
  padding: 20px 0;
  margin: 0 20px 25px;
  box-shadow: 1px 1px 10px black;
  text-align: center;
  border-radius: 20px;
  width: 100%;
}
.biome img {
	border-radius: 50%;
  border: 10px solid #086041;
}
.responsive {
	display: inline-block;
  max-width: 100%;
  height: auto;
}
.list-container {
	text-align: center;
}
.list {
	display: inline-block;
  text-align: left;
}

@media (min-width: 750px) {
  main {
  	flex-direction: row;
  }
}