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;
}