.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    text-align: center;
}