header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

h1 {
    font-weight: lighter;
}

img {
    width:100%;
}

a {
    width:25%;
}

#game-of-thrones, #unbreakable-kimmy-schmidt {
    border-top: 1px solid black;
}

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

.cast div {
    font-size: 0.8rem;
}

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

div:nth-of-type(2) {
    font-style: italic;
}

.seasons ul:last-child::after{
    content: "*";
}

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