body {
  margin: 0;
  font-size: 1em;
}
* {
  position: relative;
}
h1 {
  letter-spacing: 0.8vw;
  font-size: 5.5vw;
  will-change: transform;
  color: #831f6e;
}

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

.logo {
  width: clamp(300px, 80vw, 800px);
}

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  font-family: sans-serif;
  flex-direction: column;
}
