.grid {
  background-color: yellow;
  width: 800px;
  height: 500px;
  display: grid;
  position: relative;
}
.bird {
  width: 40px;
  height: 40px;
  background-image: url("new.png");
  position: absolute;
}
.pipe {
  width: 60px;
  position: absolute;
  background-color: green;
}
