header{
    margin-bottom:3rem;

}
p{
    line-height:1.6;
}
.see-all{
    font-size:0.8em;
    text-transform: uppercase;
}
#game-of-thrones, #unbreakable-kimmy-schmidt{
    font-size:2.5rem;
}
section h1, section h2{
    text-transform:uppercase;
    font-size:1rem;
    font-weight:lighter;
}
img{
    width:100%;
}
li a{
    width:25%;
}
.shows{
    /* border-width:5px; */
    border-top-style:solid;
    border-top-width: 5px;
}
.selected{
    font-weight:bold;
    color:black;
}
.cast{
    font-size:0.8rem;
}
section.cast div:first-of-type{
    font-weight:bold;
}

section.cast div:last-of-type{
    font-style:italic;
}
section.seasons li:last-of-type::after{
    content:"*";
}
section.seasons::after{
    content:"* Final Season";
    color:#999;
    font-size: 0.7rem;
}
