 body {
      font-family: 'Space Grotesk', sans-serif;
      background: linear-gradient(to right, #f1f2f3, #fffdf7);
      color: #2c2c2c;
    }
    header {
      background: linear-gradient(135deg, #0a121b, #6f42c1);
      color: white;
      text-align: center;
      padding: 3rem 1rem;
      border-bottom: 5px solid #7c1116;
    }
    p{
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .profile-pic {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    section {
      padding: 2rem 1rem;
    }
    h2 {
      color: #6f42c1;
      font-weight: 700;
      text-align: center;
    }
    h3 {
      color: #765bc1;
      padding-left: 250px;
    }
    .list-group-item {
      background-color: #fff3cd;
      border: none;
      margin-bottom: 0.5rem;
      border-radius: 0.5rem;
    }
    .accordion-button {
      background: linear-gradient(45deg, #7599c0, #6610f2);
      color: white;
      font-weight: 600;
    }
    .accordion-body {
      background-color: #fefefe;
    }
    .btn-primary {
      background: linear-gradient(45deg, #007bff, #6610f2);
      border: none;
    }
    footer {
      background-color: #343a40;
      color: #f8f9fa;
      padding: 2rem 1rem;
      text-align: center;
    }
    .tagline {
      font-size: 1.25rem;
      font-weight: 400;
      color: #ffeeba;
    }