body{
    background-color: #222;
    color: #ee6;
    padding: 20px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
}

.p{
    font: 1em sans-serif;
}

h1,h2,h3{
    color: #eee;
    text-transform: uppercase;
}

h1{
    text-align: center;
    
}
h1:hover{
    color: yellow;
}

strong{
    
    
    border-bottom-style:inset;
    border-bottom-color: white;

}
.the-force{
    background-color: #444;
    font-weight: bold;
}

.light-side{
    color:#66f;
}

.dark-side{
    color: #f33;
}

#og-trilogy{
    list-style-type: circle;
}

#prequel-trilogy {
    margin-left: 80px; 
}

.movies-list:last-of-type li:last-child{
 margin-top: 15px;
} 

.movies-list li:nth-child(odd){
    background-color: #111;
}

.movies-list li:nth-child(even){
    background-color: #333;
}

p:first-of-type::first-line{
    color: #efe;
}


a:link{
    color: #fffc34;
}
a:visited{
    color: #808080;
}
