/*
Theme Name: IPTV Theme
Author: You
Description: Custom IPTV WordPress Theme
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #0b0b0b;
    color: #fff;
}

header {
    background: #111;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.container {
    padding: 20px;
}

.card {
    background: #1a1a1a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

button {
    background: #e50914;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.site-header {
    background: #111;
    padding: 15px 30px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin: 0;
    color: #e50914;
}

nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
}

nav a:hover {
    color: #e50914;
}

.site-footer {
    text-align: center;
    padding: 20px;
    background: #111;
    margin-top: 40px;
}body {
    background: red !important;
}