html,
body {
  margin: 0px;
  font-size: 20px;
  background-color: #fff;
}

.gheader {
  height: 80px;
  background-color: #fff !important;
  position: fixed;
  top: 0px;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

.gcontent {
  display: flex;
  height: 100vh;
  justify-content: center !important;
  align-items: center !important;
  text-align: left !important;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

h6 {
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.text-violet-700 {
  color: #9633cd !important;
}

.bg-purple-700 {
  background-color: #9633cd !important;
}
