

h1 {
  font-size: 5rem;
  color: pink;
  font-family: "Arvo", cursive;


}
header{
color: pink;
  font-family: sans-serif;
  text-align: center;
}
footer {
  color: pink;
  font-family: sans-serif;
  text-align: center;
}
.sparrow{
  position: absolute;
  top: 250px;
  left:800px;

}
.tortoise{
  position: absolute;
  top: 700px;
  left: 70px;
}
.snake{
  position: absolute;
  top: 600px;
  left: 500px;
}
.rabbit{
  position: absolute;
  top: 700px;
  left: 900px;
}
.dove{
  position: absolute;
  top: 550px;
  left: 1100px;
}
.bird{
  position: absolute;
  top: 400px;
  left: 500px;
}
.swan{
  position: absolute;
  top: 450px;
  left: 170px;
}
.robin{
  position: absolute;
  top: 200px;
  left: 170px;
}
.magpie{
  position: absolute;
  top: 250px;
  left: 1100px;
}
.finch{
  position: absolute;
  top: 150px;
  left: 1000px;
}
.lion{
  position: absolute;
  top: 30px;
  left: 570px;
}
.imag {

  font-family: 'Arvo', cursive;

  text-align: center;

  background-color: white;
}
.pressed {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

.red {
  color: red;
}
/* .set {
  margin: 10% auto;
} */

.game-over {
  background-color: red;
  opacity: 0.8;
}
