main {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  
}

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

.bar {
  fill: #003b6f;
}

.bar.selected {
  fill: #a6b8c7;
}

.container {
  position: relative;
  width: 600px;
  height: 600px;
  /* background-color: #ffbf00; */
}
.outer {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 1400px
}