body {
  font-family: 'Arial';
  color: black;
  font-size: 0.9em;
}
 
section {
  max-width: 750px;
}
 
details {
  background: #FFAC33;
  color: white;
  padding: 15px;
  margin-bottom: 2px;
  border-radius: 25px;
}
 
summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.2em;
}
