main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

form {
    width: 100%
}

main p {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
}