.central-container{
    display: flex;
    flex-direction: column;
}
.central-num{
    width: 4ch;
    text-align: right;
}
.central{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px
}