html{
    background-color: #222;
}
body{
    color: #ee6;
}
h1:hover{
    color: yellow;
}
p{
    font-family: sans-serif;
}
p:first-of-type:first-line{
    color: #efe;
}
h1{
    text-align: center;
}
h1,h2,h3,h4,h5{
    color: #eee;
    text-transform: uppercase ;
}
strong{
    text-decoration: underline white;
}
.the-force{
    background-color: #444;
    font-weight:bold ;
}
.light-side{
    color: #66f;
}
.dark-side{
    color:#f33
}
#og-trilogy{
list-style-type: circle;
}
#elemento2{
  padding-left: 80px;
}
#elemento3{
    margin-top: 10px;
}
a:visited{
    color:#444
}
a:not([href]) {
  font-style: italic;
}
.movies-list li:nth-child(odd) { 
  background-color: #111;
}
.movies-list li:nth-child(even) {
  background-color: #333;
}
