* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
#heroSection .intro-phrase a {
  cursor: pointer;
}
#heroSection .intro-phrase i,
#heroSection .intro-phrase .link1 {
  font-size: 1.1em;
  color: rgb(45, 56, 153);
}
#heroSection .intro-phrase .link2 {
  color: rgb(0, 8, 75);
  text-decoration: underline;
  font-family: "Agbalumo", sans-serif;
}
/* Start of Maps section */
#mapSection {
  width: 100%;
  background-color: #e6e6e6;
}
#mapSection .map-div {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-div iframe {
  width: 95%;
  height: 350px;
  border-radius: 8px;
}
/* End of map section */