 .body2{
      background-color: #f8f9fa;
      font-family: Arial, sans-serif;
      padding: 0;
      margin: 0;
    }

    
    .team-member {
      text-align: center;
      margin-bottom: 30px;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .team-member img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
      border: 5px solid #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .team-member h3 {
      margin-bottom: 10px;
      font-size: 1.5rem;
    }

    .team-member p {
      font-style: italic;
      color: #666;
    }


/* placed marquee */
   
    
/* placed marquee close */