header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

.see-all {
    font-size: 0.8em;
    text-transform: uppercase;
}

h1 {
    font-size: 2.5rem;
}

h1:not(.challenges h1):first-child {
    border-top: 2px solid black;
}

h2 {
    font-size: 1rem;
    text-transform: uppercase;
}

h1, h2 {
    font-weight: lighter;
}

img {
    width: 100%;
}

.cast li {
    width: 25%;
}

.selected a {
    font-weight: bold;
    color: black;
}

div {
    font-size: 0.8rem;
}

div:first-of-type {
    font-weight: bold;
}

div:last-of-type {
    font-style: italic;
}

#game-of-thrones li:last-child::after {
    content: "*";
}

.seasons::after {
    content: " * Final Season";
    font-size: 0.7rem;
    color: #999;
}