.block {
    display: block;
}

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