body {
    background-color: #222;
    color: #ee6;
}

h1 {
    text-align: center;
}
h1:hover {
    color: orange;
}

p {
    font-family: sans-serif;
}
p:first-of-type::first-line {
    color: #efe;
}


h1, h2, h3 {
    text-transform: uppercase;
    color: #eee;
}

strong {
    border-bottom: 1px solid white;
}

.the-force {
    background-color: #444;
    font-weight: bold;
}

.light-side {
    color: #66f;
}
.dark-side {
    color: #f33;
}

#og-trilogy {
    list-style-type: circle;
}

ul.movies-list:nth-of-type(2) {
    padding-left: 20px;
}

ul.movies-list:nth-of-type(3) li:last-child {
    margin-top: 15px;
}

a:visited {
    color: gray;
}

a:not([href]) {
    font-style: italic;
}

.movies-list li:nth-child(odd) {
    background-color: #111;
}

.movies-list li:nth-child(even) {
    background-color: #333;
}
.movies-list li:nth-child(even) {
    background-color: #333;
}
