#canvas{
  background-color: rgb(211, 87, 95);
  width: 54vmin;
  height: 100vmin;
  margin: 19vmin auto 0 auto;
  position: relative;
}

#A{
  position: absolute;
  left: 0vmin;
  top: 0vmin;
  width: 54vmin;
  height: 22vmin;
  background-color: rgb(202, 87, 30);
}

#B{
  position: absolute;
  left: 0vmin;
  top: 78vmin;
  width: 54vmin;
  height: 22vmin;
  background-color: rgb(202, 87, 30);
}

#C{
  position: absolute;
  left: 17vmin;
  top: 6vmin;
  width: 18vmin;
  height: 88vmin;
  background-color: rgb(195, 45, 26);
}

#D{
  position: absolute;
  left: 8vmin;
  top: 40vmin;
  width: 36vmin;
  height: 22vmin;
  background-color: rgb(209, 87, 32);
}