.butterfly {
  background-image:url(Imitation_Images/Fly.jpg);
  width:400px;
  height:243px;
  filter:invert(100%) opacity(75%);
  border-radius:100px 0px 100px 0px;
  }

.dinosaur {
  background-image:url(Imitation_Images/Dino.png);
  width:455px;
  height:482px;
  filter:hue-rotate(90deg) drop-shadow(15px 5px 5px #000000);
  }

.football_field {
  border:solid 48px #000000;
  background-image:url(Imitation_Images/Football.jpg);
  background-repeat: no-repeat;
  border-image:url(Imitation_Images/Tic.png) 48 round;;
  background-size:cover;
  width:500px;
  height:230px;
  filter:grayscale(100%);
  }
  
.penguins {
  background-image:url(Imitation_Images/Pen.jpg);
  width:450px;
  height:300px;
  border:solid 2px #000000;
  border-radius:100%;
  filter:sepia(100%) saturate(50%);
  }

.seagull {
  background:linear-gradient(120deg, #8888FF, white);
  width:560px;
  height:396px;
  }

.theater {
  position: relative;
  width:400px;
  height:352px;
  }
  
.background {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-image:url(Imitation_Images/Stage.jpg);
  filter:blur(5px);
  z-index:-1;
  }

.text-area {
  position:relative;
  top:150px;
  font-family:sans-serif;
  color:white;
  font-size:50px;
  text-align:center;
  text-shadow:3px 3px 2px black;
}