header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

h1 {
    font-size: 2.5rem;
    font-weight: lighter;
}

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

img {
    width: 100%;
}

li.cast {
    width:25%
}

li#game-of-thrones::before {
    content: "";
    display: block;
    background-color: black;
    width: 55rem;
    height: 1rem;
}

li#unbreakable-kimmy-schmidt::before {
    content: "";
    display: block;
    background-color: black;
    width: 55rem;
    height: 1rem;
}

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

div {
    font-size: .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;
}