body {
  margin: 0;
}

.img-estadio {
  height: 1080px;
  width: 1920px;
  background: url('estadio.jpeg');
  background-size: cover;
}

.jogador {
  /*background-color: red; 
  border-radius: 50%;*/
  position: absolute;
  height: 30px;
  width: 30px;
}

.bola {
  /*background-color: red; 
  border-radius: 50%;*/
  position: absolute;
  height: 20px;
  width: 20px;
}