/* Reset some default styles for better consistency */
body, h1, h2, ul {
    margin: 0;
    padding: 0;
}

/* Style the header */
header {
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
}

header h1 {
    font-size: 24px;
}

/* Style the navigation menu */
nav ul {
    list-style: none;
    background-color: #333;
    text-align: center;
    padding: 10px 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* Style the movie categories */
.movie-category {
    padding: 20px;
}

.movie-category h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Style the footer */
footer {
    text-align: center;
    background-color: #f0f0f0;
    padding: 10px 0;
}
