a.intro-hint-text {
  position: absolute;
  top: 0.5rem;
  right: .5rem;
  color: #fff;
  font-size: 11px;
  font-style: oblique;
}

a.intro-hint-text-black {
  bottom: 2.5rem;
}

#a:hover + #b {
  background: #ccc
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(193 160 80 / var(--tw-bg-opacity));
}

.bg-platinum {
  --tw-bg-opacity: 1;
  background-color: rgb(213 208 200 / var(--tw-bg-opacity));
}

.bg-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 245 / var(--tw-bg-opacity));
}

.w-fit-content {
  width: fit-content;
}