
main {
  align-items:center;
  justify-content:center;
  text-align: center;
  
}

body2 {
  float: left;
}

body1 {
  float: right;
}

body3 {
  float: right;
}



h1 {
  font-family: 'TimeandSpaceRegular';
   font-weight: normal;
   font-style: normal; 
   font-size: 42pt;
   background-color: #a6b8c7;
}

.bar {
  fill: #8B0000;
}

.bar.selected {
  fill: #a6b8c7;
}

.bar2 {
 fill: #006400;
}

.bar2.selected {
  fill: #a6b8c7;
}

.bar3 {
  fill: #008B8B;
}

.bar3.selected {
  fill: #a6b8c7;
}

.bar4 {
  fill: #DAA520;
}

.bar4.selected {
  fill: #a6b8c7;
}