.dashboard-title {
      text-align: center;
      margin: 2rem 0;
      font-weight: 600;
    }
    .action-card {
      transition: transform 0.2s ease-in-out;
      background-color: #F9F0D5;
    }
    .action-card:hover {
      transform: scale(1.03);
      background-color: white;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .fa-icon {
      font-size: 3rem;
      color: #0d6efd;
    }