main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

main > p {
    margin: 0px 0 30px;
}