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

}

#se{
  position: absolute;
  left: 0vmin;
  top:  0vmin;
  width:  60vmin;
  height: 20vmin;
  background-color: rgb(200,86,21);
}
#th{
  position: absolute;
  left:0vmin;
  top:  80vmin;
  width:  60vmin;
  height:  20vmin;
  background-color: rgb(200,86,21);
}
#fo{
  position: absolute;
  left: 7.5vmin;
  top: 40vmin;
  width:  45vmin;
  height:  20vmin;
  background-color: rgb(200,86,21 );
}#fv{
  position: absolute;
  left: 20vmin;
  top: 7vmin;
  width:  19vmin;
  height:  86vmin;
  background-color: rgb(201,50,20 );
}