.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.transition {
  transition: all 0.3s ease;
}
.card i {
  color: rgb(var(--bs-link-color-rgb));
}
:root {
  --mermaid-label-fg-color: #fff;
}
