.numberInput {
    width: 70px;
}

.containerBox {
    width: 45%;
    padding: 15px;
    border: 2px dashed gray;
    position: relative;
/*    background-color: rgb(33, 37, 41);*/
}

.dark-containerBox {
    background-color: rgb(33, 37, 41)
}

#personTyping {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 23%;
}