body {
    padding-top: 70px;
  }
  
  .about-section {
    margin-top: 40px;
  }
  
  .profile-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .social-icons a {
    margin: 0 10px;
    font-size: 28px;
    color: #333;
    transition: color 0.3s;
  }
  
  .social-icons a:hover {
    color: #007BFF;
  }
  
  .email-link {
    display: block;
    margin-top: 15px;
    font-size: 18px;
  }
  
  .experience-section {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  
  .experience-section h4 {
    margin-bottom: 5px;
  }
  
  .experience-section p {
    margin-bottom: 15px;
  }
  