#playerlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2rem;
}

.playerbox:hover {
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.playerinfo .stat {
    display: flex;
    flex-direction: column;
}

#playerlist a {
    text-decoration: none;
}
