body {
  background-color: #f5f7fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 2rem 1rem;
  color: #222;
}
/* Nav style */
.navbar {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  background-color: white;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 400px;
  font-size: 20px;
}

/* Heading styles */
h1 {
  color: #1e3a8a;
  font-family: Poppins, "Segoe UI", sans-serif;
  margin: 24px 0 12px;
  font-size: 40px;
  text-align: center;
  text-shadow: 2px 1px #ed1b1b;
}
/* Section style */
section {
  display: flex;
  padding: 30px;
  gap: 100px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-items: center;
  border-radius: 5px;
}
/* Heading */
section h2 {
  color: #1e3a8a;
  font-size: 30px;
  margin-top: 0.5rem;
}

/* Paragraphs */
section p {
  font-size: 20px;
  color: black;
  line-height: 1.7;
  margin: 5px;
  text-align: justify;
  padding-right: 5px;
}
/* image */
section img {
  width: 400px;
  border-radius: 8px;
}
.faculty-box {
  border: 2px solid #1e3a8a;
  padding: 20px;
  border-radius: 10px;
  background-color: #dee1e4;
}
.faculty {
  color: #1e3a8a;
  font-family: Poppins, "Segoe UI", sans-serif;
  margin: 2px 0 12px;
  font-size: 50px;
  text-align: center;
  text-shadow: 2px 2px #ed1b1b;
}
.faculty-heading {
  margin: bottom 20px;
}
.faculty-box p {
  font-size: 25px;
  line-height: 1.6;
  margin: 50px;
  text-align: justify;
  padding-left: 5px;
}
