﻿.body-area-center {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}


.flex-body{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.flex-row {
    flex-direction: row;
}

.fl-alg-ctr {
    align-items: center;
}

.fl-jus-ctr {
    justify-content: center;
}