body {
  background-color: black;

}

.gameover {
  width: 350px;
  left: 150px;
  top: 40px;
  display: none;
}

#gameField {
  position: relative;
  width: 700px;
  height: 500px;
  margin: solid 5px;
  background-color: rgb(171, 208, 208);
}

img {
  position: absolute;
  width: 90px;
}

.fly {
  position: absolute;
  width: 100px;
  height: 90px;
}

.cake {
  position: absolute;
  width: 100px;
  height: 90px;

  bottom: -15px;
  left: 300px;
}