h2 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
 button.copy-text {
   top: .65rem;
   right: .65rem;
 }

pre {
  max-height: 50vh;
}

div.icon-text {
  height: 7rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

img.amr-graph {
  max-height: 75vh;
}

#scroll-top-btn {
  width: 3rem;
  height: 3rem;
  bottom: 2rem;
  right: 1rem;
}

@media (min-width: 992px) {
  div.main-block {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

.accordion-button.collapsed {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}
