hello can someone explain me why does the second paragraph included in some non-existent block?
first p is ok
and especially i do not understand what kind of block 236x92(1 screenshot)? nums and names are not related
 

css:
.names {
    margin-top: 5px;
    float: left;
    width: 80px;
    margin-left: 5px;
    margin-right: 5px;
}
.nums {
    margin-top: 5px;
    float: left;
    width: 161px;
}
p {
    color: white;
    text-align: center;
    margin: 10px;
    font-size: 15px;
}


