.dropdown summary {
  color: deepskyblue;
  padding-bottom: 1em;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}

.dropdown summary:hover {
  color: lightblue;
}
