#pageheader {
    color: white;
    text-align: center;
    text-decoration: underline;
    margin-top: 1em;
}

section {
    display: flex;
    gap: 6em;
    justify-content: center;
}

.sectionlabel {
    color: white;
    margin: 1em 4em .5em;
    border-bottom: 5px ridge white;
}

article {
    background-color: white;
    border-radius: 25px;
    padding: .5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: .5em;
    border: 10px ridge gray;
}

.playerimg img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.teamlogo {
    max-width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
}

.subhead {
    display: flex;
    align-items: center;
    gap: 5px;
}

.playerinfo {
    font-style: italic;
}

.statnum {
    font-size: 300%;
}