.butterfly {
  border-radius: 100px 0px;
  filter:invert(100%) opacity(75%);
}
.dinosaur {
  filter:hue-rotate(90deg) drop-shadow(15px 0px 4px #000000);
}
.penguin {
  filter:sepia(50%);
  border: 1px solid #000000;
  border-radius: 100%;
  margin-bottom: 20px;
}
.seagull {
  background:linear-gradient(to bottom right, #9999ff, white);
  filter:drop-shadow(0px 20px 8px #808080);
  margin-bottom: 25px;
}
.theater {
  filter:blur(5px);
}
p {
  font-size:50px;
  color: white;
  position:absolute;
  top: 1015px;
  left: 91px;
  font-family: Arial, sans-serif;
  text-shadow: 3px 4px 3px #000000;
}