h1 {
    color: var(--title);
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    margin: 24px 0;
  }
  p {
    color: var(--text);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
