/* This class is used to style the drop-down menu*/ 
summary {
  display: list-item;
  align-items: center;
  cursor: pointer;
}

summary h3 {
  margin: 0;
  display: inline
}
