html {
    font-family: 'Open Sans', sans-serif;
    display: block;
}

header { 
    margin-bottom: 3rem; 
}

p { 
    line-height: 1.6; 
}

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

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

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

  img {
    width: 100%;
}

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

.cast li {
    width: 25%;
}

img + div {
    font-weight: bold;
}

#game-of-thrones {
    border-top: 1px solid black;
}

#unbreakable-kimmy-schmidt {
    border-top: 1px solid black;
}

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

div ~ div {
    font-style: italic;
}

#game-of-thrones ul::after {
    content: "*";
}


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