
.content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;

    row-gap: 2.25rem;

    margin: 0 auto;
    width: 558px;
    max-width: 90vw;

    > * {
        width: 100%;
        text-align: center;
    }

    h1{
        margin: 1em auto;
    }
}
