      body {
        background-color: #0b1220;
        color: #e5e7eb;
        font-family:
          system-ui,
          -apple-system,
          BlinkMacSystemFont,
          "Segoe UI",
          Roboto;
      }

      .hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
      }

      .text-muted-custom {
        color: #9ca3af;
      }

      .btn-accent {
        background-color: #22c55e;
        color: #0b1220;
        border: none;
      }

      .btn-accent:hover {
        background-color: #16a34a;
      }

      .section-title {
        color: #22c55e;
        margin-bottom: 1rem;
        font-weight: 600;
      }

      .card {
        background-color: #111827;
        border: none;
      }

      h5{
        color: white;
      }
      .tech-badge {
        background-color: #1f2937;
        color: #d1d5db;
        padding: 0.4rem 0.75rem;
        border-radius: 20px;
        font-size: 0.85rem;
        margin: 0.25rem;
        display: inline-block;
      }

      footer {
        border-top: 1px solid #1f2937;
        margin-top: 4rem;
        padding-top: 1.5rem;
        color: #9ca3af;
        font-size: 0.9rem;
      }