#canvas{
  width: 55vmin;
  margin: 17vmin auto 3vmin auto;
  height: 70vmin;
  background-color: rgb(230,214,199);
  position: relative;
}

#lightblue{
  left: 7%;
  top: 15%;
  width:45%;
  height: 35%;
  background-color: rgb(103,155,196);
  position: absolute;
}

#black{
  left: 59%;
  top: 20%;
  width:35%;
  height: 25%;
  background-color: rgb(43,42,47);
  position: absolute;
}

#green{
  left: 7%;
  top: 55%;
  width:35%;
  height: 25%;
  background-color: rgb(47,169,89);
  position: absolute;
}

#orange{
  left: 52%;
  top: 50%;
  width:45%;
  height: 35%;
  background-color: rgb(244,126,80);
  position: absolute;
}