#canvas{
  position: relative;
  background-color: rgb( 245, 245, 243 );
  width: 60vmin;
  height: 60vmin;
  margin: 20vmin auto;

}

#topsmallrect{
  background-color: rgb( 222, 215, 199 );
  width: 20vmin;
  height: 20vmin;
  top: 0vmin;
  left: 0vmin;
  position: absolute;

}

#topbigrect{
  background-color: rgb( 7, 70, 140 );
  width: 40vmin;
  height: 20vmin;
  top: 0vmin;
  left: 20vmin;
  position: absolute;
}

#blackrect1{
  background-color: rgb( 1, 2, 4 );
  width: 15vmin;
  height: 11.5vmin;
  top: 29vmin;
  left: 10vmin;
  position: absolute;

}

#blackrect2{
  background-color: rgb( 1, 2, 4 );
  width: 25vmin;
  height: 5vmin;
  top: 55vmin;
  left: 0vmin;
  position: absolute;

}

#blackrect3{
  background-color: rgb( 1, 2, 4 );
  width: 32vmin;
  height: 8vmin;
  top: 52vmin;
  left: 28vmin;
  position: absolute;

}

#blackrect4{
  background-color: rgb( 1, 2, 4 );
  width: 32vmin;
  height: 2vmin;
  top: 58vmin;
  left: 20vmin;
  position: absolute;

}

#blackrect5{
  background-color: rgb( 1, 2, 4 );
  width: 1vmin;
  height: 30vmin;
  top: 30vmin;
  left: 24vmin;
  position: absolute;

}

#blackrect6{
  background-color: rgb( 1, 2, 4 );
  width: 2vmin;
  height: 36vmin;
  top: 24vmin;
  left: 27vmin;
  position: absolute;

}

#redrect{
  background-color: rgb( 227, 30, 4 );
  width: 2vmin;
  height: 2vmin;
  top: 22vmin;
  left: 27vmin;
  position: absolute;

}








