.table {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: green;
  margin: auto;
}

.player {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: red;
}
