#player-header-container {
    display: flex;
    justify-content: center;
    margin: 5rem 10% 0 10%;
    width: 80%;
}

#player-entry-container {
    margin: 5rem 10% 0 10%;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48rem, 1fr));
}