body,
html {
  height: 100%;
  background: #000;
}

body {
  margin: 0;
  font-size: 1em;
  display: grid;
}
* {
  position: relative;
}
h1 {
  letter-spacing: 0.6vw;
  font-size: clamp(38px, 5vw, 120px);
  will-change: transform;
  color: #831f6e;
  line-height: 1.2cap;
}

.heading {
  /* border:1px solid red; */
}

.wrapper {
  place-self: center; /* new */

  /* display: flex;
	align-items: center;
	justify-content: space-around; */

  font-family: sans-serif;
  flex-direction: column;
}
