header {
  width: 100%;
  height: 500px;
  background: url("image/haze.jpg") no-repeat;
  background-size: cover;
  opacity: 0.9;
}
.image-container {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.image-container h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
  color: #2222a3;
  border: ridge 10px #73ca98;
}
.title h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-family: 'Merriweather', serif;
}
.animals {
  font-size: 28px;
  font-family: 'Lobster', cursive;
}
.animal-img {
  border: outset 5px;
  display: flex;
  justify-content: center;
}
.sea-benefit {
  font-size: 28px;
  font-family: 'Lobster', cursive;
}
h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.num {
  font-size: 36px;
}
.save {
  color: #000;
  font-family: "arvo";
}
.organization {
  font-family: 'Lobster', cursive;
}
#plastic,
#save {
  width: 100%;
  background-color: #BACE9A;
  padding-bottom: 80px;
}
.ending {
  margin-bottom: 150px;
}
