section{
  max-width: 500px;
 
}

details {
  background: black;
  color: white;
  padding: 0px;
  margin-bottom: 2px;
  border-radius: 25px;
}

summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2em;
}