.div-flex-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.div-flex-center p {
    text-align: center;
}