* {
    display: flex;
    flex-direction: column;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    text-align: center;
}