body {background-color: dimgrey;}
#canvas{
  background-color: rgb(188,93,94);
  width: 70vmin;
  height: 100vmin;
  margin: 0vmin auto 0 auto;
  position: relative;
}
#orange{
  position:absolute;
  right: 0vmin;
  top: 0vmin;
  width: 70vmin;
  height: 20vmin;
  background-color: rgb(189,97,45);

}

#orangea{
    position:absolute;
    right: 0vmin;
    top: 80vmin;
    width: 70vmin;
    height: 20vmin;
    background-color: rgb(189,97,45);

  }
#orangeb{
  position:absolute;
  right: 22vmin;
  top: 5vmin;
  width: 25vmin;
  height: 90vmin;
  background-color: rgb(183,61,35);

}

#orangec{
  position:absolute;
  right: 13vmin;
  top: 39vmin;
  width: 45vmin;
  height: 25vmin;
  background-color: rgb(196,96,44);

}