main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4rem;;
    padding: 0 var(--padding-side);
    margin-bottom: 5rem;
}

h1 {
    align-self: flex-start;
}