body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  background-color: rgb(15, 15, 15);
  color: #fff;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
}

h1 {
  font-weight: 700;
  font-size: 96px;
  margin: 0 auto;
}

p {
  font-weight: 300;
  font-size: 36px;
}

.title {
  background: linear-gradient(90deg, #F6D365 0%, #FDA085 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.description {
  margin: 0;
  background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}