
.hmain {
  display:flex;
  justify-content:center;
  flex-direction:column;
}

.hsection {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  /* min-height:100vh; */
}

#s2 {
  /* background:#1d0042; */
  /* background: linear-gradient(180deg,rgba(29, 0, 66, 1) 0%, rgba(229, 229, 229, 1) 50%); */
  background: linear-gradient(180deg,rgba(29, 0, 66, 1) 0%, rgba(110, 77, 153, 1) 35%, rgba(229, 229, 229, 1) 100%);
}

.hsvg {
  position:relative;
  margin-top:-9vw;
  z-index: 99;
}

.hh1 {
  font-size:clamp(3vw, 8.5vw, 99px);
  text-align:center;
}

#s1 .hh1 {
  font-weight:800;
}

.stonefont{
	font-weight: 900;
	text-shadow: 0 1px rgba(0, 0, 0), 0 -8px 1px #000;
}

.pink {
  color:rgb(239, 208, 255);
  display:block;
}

.radial {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at -20% 0, #2b0aff, #e93abf 31%, #f658a8 48%, #febf72);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
}

.smaller {
  font-size:0.35em;
  font-weight:500;
}