
/* Navigation Styles */
.nav-header-main, .header {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.nav-header, .header {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.nav-mheader {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-cheader {
    /*width: 1920px;*/
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
    padding: 1px;
    padding-right: 20px;
    padding-left: 20px;
    height: 25px; /* Adjust the height as needed */
}
.nav-logo-container, .flex-header, .nav-links {
    display: flex;
    align-items: center;
}

.nav-links a { margin-left: 20px; }

/* Image and Poster Styles */
.logo, .miniflix-logo, .miniflix-slogan {
    width: 100px; /* Adjust as needed */
    margin: 20px;
}