body {background-color: dimgrey;}
#canvas{
    background-color: rgb(229,229,229);
    width: 80vmin;
    height: 100vmin;
    margin: 0vmin auto 0 auto;
    position: relative;
  }
  
#yellow{
    position:absolute;
    right: 0vmin;
    top: 90fvmin;
    width: 25vmin;
    height: 24vmin;
    background-color: rgb(215,204,110);

  }

#yellowa{
  position:absolute;
  right: vmin;
  top: 0vmin;
  width: 15vmin;
  height: 25vmin;
  background-color: rgb(215,204,110);

}

#yellowb{
  position:absolute;
  right: 25vmin;
  top: 35vmin;
  width: 18vmin;
  height: 10vmin;
  background-color: rgb(215,204,110);

}

#yellowc{
  position:absolute;
  right: vmin;
  top: 55vmin;
  width: 20vmin;
  height: 25vmin;
  background-color: rgb(215,204,110);

}

#yellowd{
  position:absolute;
  right: 0vmin;
  top: 75vmin;
  width: 5vmin;
  height: 25vmin;
  background-color: rgb(215,204,110);

}

#black{
  position:absolute;
  right: vmin;
  top: 80vmin;
  width: 20vmin;
  height: 20vmin;
  background-color: rgb(28,26,32);

}

#blacka{
  position:absolute;
  right: 5vmin;
  top: 75vmin;
  width: 17vmin;
  height: 20vmin;
  background-color: rgb(28,26,32);

}

#blackb{
  position:absolute;
  right: 42vmin;
  top: 10vmin;
  width: 23vmin;
  height: 15vmin;
  background-color: rgb(28,26,32);

}

#blackc{
  position:absolute;
  right: 22vmin;
  top: 45vmin;
  width: 20vmin;
  height: 25vmin;
  background-color: rgb(28,26,32);

}

#red{
  position:absolute;
  right: 0vmin;
  top: 45vmin;
  width: 22vmin;
  height: 30vmin;
  background-color: rgb(173,80,47);

}

#reda{
  position:absolute;
  right: 42vmin;
  top: 25vmin;
  width: 18vmin;
  height: 30vmin;
  background-color: rgb(173,80,47);

}

#redb{
  position:absolute;
  right: 15vmin;
  top: 0vmin;
  width: 50vmin;
  height: 10vmin;
  background-color: rgb(173,80,47);

}

#white{
  position:absolute;
  right: 0vmin;
  top: 0vmin;
  width: 15vmin;
  height: 10vmin;
  background-color: rgb(228,228,228);

}

#blue{
  position:absolute;
  right: 22vmin;
  top: 70vmin;
  width: 38vmin;
  height: 25vmin;
  background-color: rgb(45,79,139);

}

#bluea{
  position:absolute;
  right: 59vmin;
  top: 25vmin;
  width: 18vmin;
  height: 30vmin;
  background-color: rgb(45,79,139);

}

#blueb{
  position:absolute;
  right: 8vmin;
  top: 24vmin;
  width: 17vmin;
  height: 21vmin;
  background-color: rgb(45,79,139);

}
#purple{
  position:absolute;
  right: 25vmin;
  top: 10vmin;
  width: 17vmin;
  height: 25vmin;
  background-color: rgb(171,173,193);

}

#purplea{
  position:absolute;
  right: 42vmin;
  top: 55vmin;
  width: 18vmin;
  height: 15vmin;
  background-color: rgb(171,173,193);

}


}