.short-title {
  font-weight: bold;
  display: block;
}

.long-title {
  display: block;
  margin-bottom: 10px;
}

.secondary-info {
  display: block;
}

.secondary-info::before {
  content: "[";
}

.secondary-info::after {
  content: "]";
}

#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
  background-color: white;
}
