html,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: black;
  background-image: "lines.png";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% cover;
  position: relative;
}
#content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(108deg, #0894ff, #c959dd 34%, #ff2e54 68%, #ff9004);
}
.btn {
  padding: 10px 20px;
}