.item {
    margin: 0 0 0 30px;
    width: 163px;
    height: 220px;
    float: left;
    background-color: rgb(39, 39, 39);
    border-radius: 14px;
}
.item:hover {
    background-color: rgb(100, 100, 100);
}
.item img {
    height: 130px;
    padding: 10px 10px 0 10px;
    display: block;
    margin: 0 auto;
}
.item p {
    text-align: center;
    font-family: verdana;
    padding: 0 10px 0 10px;
    color: white;
}
#players {
    height: 320px;
}