#canvas{
  position: relative;
  background-color: rgb( 199, 88, 36 );
  width: 60vmin;
  height: 100vmin;
  margin: 20vmin auto;

}
#pinkrect{
  background-color: rgb( 202, 85, 88 );
  width: 60vmin;
  height: 56vmin;
  top: 22vmin;
  left: 0vmin;
  position: absolute;

}
#redrect{
  background-color: rgb( 200, 53, 31 );
  width: 20vmin;
  height: 80vmin;
  top: 10vmin;
  left: 20vmin;
  position: absolute;
}
#orangerect{
  background-color: rgb( 205, 88, 36 );
  width: 44vmin;
  height: 20vmin;
  top: 40vmin;
  left: 8vmin;
  position: absolute;
}