h1{
  text-align: center;
}


figure{
  width: 80vmin;
  height: 80vmin;
  background-color: crimson;
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin:0 auto;
}

figure div:nth-child(1){
  background-color: crimson;
}

figure div:nth-child(2){
  background-color: plum;
}

figure div:nth-child(3){
  background-color: lightcoral;
}

figure div:nth-child(4){
  background-color: rgb(80,43,80);
}
figure div:nth-child(5){
  background-color: darkcyan;
}
figure div:nth-child(6){
  background-color: crimson;
}
figure div:nth-child(7){
  background-color: mediumpurple;
}