div.vm-lcd{
    background-color: #222;
    color: white;
    border-radius: 5px;
    box-sizing: border-box;
    width: fit-content;
    margin-top: 16px;
}


div.vm-lcd>div.line{
    display: flex;
}

div.vm-lcd>div.line>div.char{
    background-color: #292929;
    height: 29px;
    width: 20px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}