#thank-you {

  h1 {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-family: var(--font-alt);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--alto-red);
    margin-bottom: 1rem;
  }

  #thank-you-content {

    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;

    p,
    ul,
    ol {
      font-size: 1rem;
      line-height: 1.4rem;
      text-align: center;
    }

    a {
      color: var(--alto-red);
      text-decoration: none;
    }

  }

}
