.spoiler {
  cursor: pointer; /* Change cursor to pointer on hover */
  margin-top: 0px; /* Adjust the margin-top value as needed */
}

.hidden {
  display: none;
}
