#canvas {
  width: 77vw;
  height: 80vw;
}

article {
  width: 0.71962616822vw;
  height: 100%;
  float: left;
}

section {
  width: 100%;
  height: 100%;
}

/*lines 107*/

.salmon{
  background-color: lightcoral;
}
.salmon:hover{
  background-color: springgreen;
}

.green {
  background-color: lightseagreen;
}

.green:hover {
  background-color: mediumslateblue;  
}


.blue {
  background-color: cornflowerblue;
}
.blue:hover {
  background-color: darkslategray;
}

.gold {
  background-color: peru;
}
.gold:hover {
  background-color: olivedrab;  
}

.black{
  background-color: black;
}
.black:hover {
  background-color: khaki;  
}

.white {
  background-color: seashell;
}
.white:hover{
  background-color: maroon;
}