body {
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
}
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
main{
    flex:1
}
/* Hero section */
.chairperson-section {
  padding: 60px 20px;
}
.chairperson-img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.chairperson-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #e84b23;
  margin-bottom: 20px;
}
