.display-center {
    background-color: #f0f0f0;
}

.display-center>.display {
    justify-content: center;
    justify-items: center;
    padding: 20px;
    width: 20%;
    height: fit-content;
    border-radius: 5px;
    gap: 30px;
}

.flex-info {
    justify-content: center;
    background-color: unset;
}

.flex-info>legend {
    font-size: 1.8em;
    font-weight: 800;
}

#frm_logon>.flex-row {
    justify-content: center;
}