/* Base Styles */
body {
    background-color: #0951e27a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://i.pinimg.com/originals/c5/9a/d2/c59ad2bd4ad2fbacd04017debc679ddb.gif');
    background-attachment: fixed;
    dominant-baseline: no-change;
  }
  
  /* Header Styles */
  /* Header Styles */
  .header {    text-align: center;
    padding: 1rem 0;
    background-color: #0c0c03c7;
    color: white;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;

    
}

user agent stylesheet
header { position: sticky;
   
  }
  
  .header-title {
    font-size: 1.5rem;
    margin: 0;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  
  .social-icons a {
    color: white;
    font-size: 1.2rem;
  }
  
  .social-icons .fa-instagram { color: #e1306c; }
  .social-icons .fa-facebook { color: #3b5998; }
  .social-icons .fa-youtube { color: #ff0000; }
  .social-icons .fa-whatsapp { color: #25d366; }
  .social-icons .fa-twitter { color: #1da1f2; }
  .social-icons .fa-github { color: #6b7280; }
  
  /* Main Content Styles */
  .main-content {
    max-width: 56rem;
    margin: 1rem auto;
    padding: 0 1rem;
  }
  
  /* Introduction Section */
  .intro-section {
    background-color: rgba(6, 18, 77, 0.637);
    box-shadow: 0 4px 6px -1px rgb(199, 35, 35);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #ffffffaf;
  }
  
  .intro-image {
    width: 30%;
    border-radius: 0.5rem;
    height: auto;
  }
  
  /* Navigation Links */
  .nav-links {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .nav-link {
    color: #3b82f6;
    text-decoration: none;
    margin: 0 0.5rem;
  }
  
  .nav-link:hover {
    text-decoration: underline;
  }
  
  /* Hobbies and Skills Section */
  .hobbies-skills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  @media (min-width: 768px) {
    .hobbies-skills {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .card {
    background-color: rgba(155, 54, 223, 0.274);
    box-shadow: 0 4px 6px -1px rgb(255, 251, 0);
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .card2 {
    background-color: rgba(155, 54, 223, 0.274);
    box-shadow: 0 4px 6px -1px rgb(255, 251, 0);
    border-radius: 0.5rem;
    padding: 1rem;
  }
  
  .card-image {
    width: 30%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    height: auto;
  }
  .card2-image {
    width: 30%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    height: auto;
  }
  
  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .card2-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .card-text {
    color: #0962f1;
  }
  .card2-text {
    color: #0962f1;
  }
  
  .skills-list {
    list-style-type: disc;
    list-style-position: inside;
    color: #f706d6;
  }
  
  .skill-highlight {
    font-weight: 600;
  }
  
  /* Footer Styles */
  .footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #03041079;
    margin-top: 1rem;
    color: rgba(15, 5, 5, 0.468);
    box-shadow: 0 4px 6px -1px rgb(223, 14, 14);
  }
  .footer0 {
    text-align: center;
    padding: 1rem 0;
    background-color: #03041079;
    margin-top: 1rem;
    color: rgba(15, 5, 5, 0.468);
    box-shadow: 0 4px 6px -1px rgb(6, 242, 171);
  }

  .footer1 {
    text-align: center;
    padding: 1rem 0;
    background-color: #03041079;
    margin-top: 1rem;
    color: rgba(15, 5, 5, 0.468);
    box-shadow: 0 4px 6px -1px rgb(223, 14, 14);
  }

  .footer2 {
    text-align: center;
    padding: 1rem 0;
    background-color: #03041079;
    margin-top: 1rem;
    color: rgba(15, 5, 5, 0.468);
    box-shadow: 0 4px 6px -1px rgb(223, 14, 14);
  }

  .footer3 {
    text-align: center;
    padding: 1rem 0;
    background-color: #03041079;
    margin-top: 1rem;
    color: rgba(15, 5, 5, 0.468);
    box-shadow: 0 4px 6px -1px rgb(223, 14, 14);
    
  }
  
  .footer img {
    color: rgb(0, 1, 1);
    margin: 0 0.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    width: 100%;
    height: 10%;
  }
  
    
  
  .footer0 img {
    color: rgb(3, 19, 19);
    margin: 0 0.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    width: 100%;
    height: auto;
  }
    .footer1 img {
      color: rgb(0, 1, 1);
      margin: 0 0.5rem;
      text-decoration: none;
      border-radius: 0.5rem;
      width: 100%;
      height: 10%;
  }
  .footer2 img {
    color: rgb(0, 1, 1);
    margin: 0 0.5rem;
    text-decoration: none;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
  .footer3 img {
    color: rgb(0, 1, 1);
    margin: 0 0.5rem;
    text-decoration: none;
    width: 50%;
    height: auto;
    border-radius: 0.5rem;
  }
  
  .footer3 p {
    background-color: black;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 0.8rem;
    font: size 1px; 
    margin: 0.5rem 0;
    color: #e9e4e4;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(54, 4, 255);
  }


  h2 {
    color: #ffffff;
    text-align: center;
  }