  .dbButton {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }
    .dbButton:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .card-img-top {
      object-fit: contain;
      height: 160px;
      padding: 1rem;
    }
    .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }