@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
  body {
      background-color: #f8f9fa;
    }
    .job-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-bottom: 20px;
    }
    .job-title {
      font-weight: 700;
      font-size: 1.1rem;
      color: #000;
    }
    .apply-btn {
      background-color: #003366;
      color: white;
      border: none;
      padding: 8px 20px;
      border-radius: 30px;
    }
    .apply-btn:hover {
      background-color: #004080;
    }