.h-fit {
  height: fit-content;
}
.w-fit {
  width: fit-content;
}
.text-shadow {
  text-shadow: 1px 1px 10px black, 1px -1px 1px black, -1px 1px 1px black,
    -1px -1px 10px black;
  font-size: 2.5rem;
}
.white-stroke {
  stroke: white;
}
.preview {
  height: 2rem !important;
}
.preview:hover {
  overflow: visible;
  z-index: 2000;
  transform: scale(10) translatex(-25%) translatey(25%);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
.max-h-100 {
  max-height: 100%;
}
