body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    font-family: Georgia, serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

h1 {
    color: #cc0000;
    font-size: 3em;
}

h2 {
    color: #cc0000;
}

footer {
    text-align: center;
    border-top: 2px solid #8b0000;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.8em;
}

nav {
    background-color: #0d0d0d;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}

nav a {
    color: #cc0000;
    text-decoration: none;
    margin: 0 20px;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

nav a:hover {
    color: #ff4444;
}
.trailer {
    margin: 20px 0;
}

.trailer-link {
    display: inline-block;
    background-color: #8b0000;
    color: #e0e0e0;
    text-decoration: none;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 1.1em;
}

.trailer-link:hover {
    background-color: #cc0000;
}

.movie-info {
    background-color: #0d0d0d;
    padding: 15px 20px;
    margin: 20px 0;
    border-left: 4px solid #8b0000;
}

.movie-info a {
    color: #cc0000;
    text-decoration: none;
}

.movie-info a:hover {
    color: #ff4444;
}

.review p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.verdict {
    border: 2px solid #8b0000;
    padding: 15px 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.2em;
    background-color: #0d0d0d;
}
.review-list {
    list-style: none;
    padding: 0;
}

.review-list li {
    border-bottom: 1px solid #8b0000;
    padding: 15px 0;
    font-size: 1.1em;
}

.review-list a {
    color: #e0e0e0;
    text-decoration: none;
}

.review-list a:hover {
    color: #cc0000;
}

.welcome {
    border-left: 4px solid #8b0000;
    padding: 10px 20px;
    margin-bottom: 40px;
    line-height: 1.8;
}

.latest-review {
    margin-bottom: 40px;
}

.latest-link {
    display: inline-block;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1.2em;
    border-bottom: 1px solid #8b0000;
    padding-bottom: 3px;
}

.latest-link:hover {
    color: #cc0000;
}

.surprise {
    margin-bottom: 40px;
}

.surprise-link {
    display: inline-block;
    background-color: #8b0000;
    color: #e0e0e0;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 1.1em;
}

.surprise-link:hover {
    background-color: #cc0000;
}

.back-link {
    display: inline-block;
    color: #cc0000;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.back-link:hover {
    color: #ff4444;
}

h1, h2, nav a {
    font-family: 'Cinzel', serif;
}