html,
body,
.wrapper {
  height: 100%;
    position: static;
    overflow: none!important;

}

body {
    font-family: "Poppins", sans-serif !important;
    background: #fff;
    font-size: 16px;
     
      overflow-x: hidden;
    overflow-y: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif !important;
margin-top: 0  !important;
    margin-bottom: .5rem  !important;
    line-height: 1.2;
}