body {
  background: #000;
}
.title {
  width: 1000px;
  margin: 100px auto;
  text-align: center;
  h1 {
    font-size: 80px;
    font-weight: bold;
    background: linear-gradient(
      to left,
      rgb(3, 209, 96) 0%,

      rgb(18, 159, 240) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
