.limb {
  position: absolute;
  width: 100px;
  height: 100px;
}

.red {
  background-color: red;
}

.blue {
  background-color: blue;
  top: 200px;
  left: 241px;
}
