body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

header {
    text-align: center;
}

img.logo {
    scale: 75%;
}

img.youtube-game-link {
    height: 19px;
}

#insta-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.gamelog th,
table.opponents th {
    background-color: #e5c327;
    color: #ffffff;
}

table.gamelog tbody :nth-child(1 of tr.playoff-game),
table tr.last {
    border-top: #ced4da solid 3px;
}

table.standings tr.leftovers td {
    background: #e5c327;
    color: #ffffff;
    font-weight: bold;
}

.seasons h3 a {
    text-decoration: none;
}
