* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}
.poppinsfont {
  font-family: "Poppins", sans-serif;
}

.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  height: 65px;
  width: auto;
}

.herosection {
  background-color: #f4f7fb;
  height: 623px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-direction: row;
  align-items: center;
}

.herotext {
  max-width: 500px;
  font-size: 32px;
}

.heroheading {
  color: #007074;
}

.herosubheading {
  font-size: 20px;
  margin-top: 10px;
}

.startbutton {
  font-size: 20px;
  font-weight: 600;
  background-color: #007074;
  border: 0;
  border-radius: 10px;
  height: 40px;
  width: 200px;
  margin-top: 30px;
  color: white;
}

.heroimage img {
  border-radius: 10px;
}

.qna {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.qna1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.question {
  color: #007074;
  font-size: 28px;
  margin-bottom: 10px;
}
.answer {
  font-size: 24px;
}
.linkans a {
  color: black;
  text-decoration: none;
}

.navimg {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.navimg a img {
  height: 40px;
}

.footer {
  background-color: #f4f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerlogo img {
  height: 65px;
}
