header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

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

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

img {
    width: 100%;
}

.cast li{
    width: 25%;
}

.shows h1{
    border-top: 1px solid black;
    padding-top: 40px;
}

/* ul {
    border-top: 1px black;
} */

nav a{
    font-weight: bold;
    color: black;
}

.cast li div:first-of-type{
    font-weight: bold;
    font-size: 0.8rem;
}

.cast li div:last-of-type{
    font-style: italic;
    font-size: 0.8rem;
}

#game-of-thrones .seasons ul li:last-of-type::after {
    content: "*";
}

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