.container-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 40px;
}

.div-square {
    background-color: black;
    height: 40px;
    width: 5px
}

.number-pad-left-counter {
    margin-right: 5px;
}

.number-pad-right-counter {
    margin-left: 5px;
}