@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  font-family: 'Poppins', sans-serif;
    box-sizing: content-box !important; ;

}
 
body::before {
  background: linear-gradient(90deg, #000 1px, transparent 1px) 1px 0, transparent;
  background-size: 250px 1px;
  content: "";
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  position: absolute i;
  width: 100% ;
  z-index: 1000;
}

.goalimage {
  position: relative;
}
.goalimage::before {
  content: "";
  width: 240px;
  height: 120%;
  bottom: -10%;
  top: -10%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skew(-23deg, 0deg);
  z-index: -1;
  background: #f9a61c;
}/*# sourceMappingURL=style.css.map */