/*style.css*/
body {
      background-color: #f5f6fa;
    }

    .navbar-brand {
      font-weight: 600;
      letter-spacing: 0.03em;
    }

    .card {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
      border-radius: 0.75rem;
    }

    .table thead th {
      white-space: nowrap;
    }

    .badge-status {
      font-size: 0.75rem;
    }

