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

h1 {
  font-family: 'serif';
   font-weight: normal;
   font-style: normal; 
   font-size: 36pt;
}

p {
  font-family: 'serif';
  font-weight: normal;
  font-style: normal; 
  font-size: 13pt;
}

.bar {
  fill: #003b6f;
}

.bar.selected {
  fill: #a6b8c7;
}