table {
    text-align: center;
    font-size: 14px;
    user-select:none;
    margin-top: 20px;
}
table tr td{
    background-color: rgb(22 124 52);
    color: white;
    min-width: 40px;
    line-height: 40px;
    border-radius: 50%;
    white-space: nowrap; 
}
.divman {
margin-top: 20px;
}