/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

/* Header Section */
header {
    background-color: #111212;
    color: #9B59B6;
    padding: 1rem;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2rem;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Watch Button Section */
.watch-button-container {
    text-align: center;
    margin: 2rem 0;
}

.watch-button {
    background-color: #111212 ;
    color:#9B59B6 ;
    padding: 1rem 2rem;
    text-decoration: Arial, sans-serif;
    font-size: 2rem;
    border-radius: 5px;
	line-height: 1.6;
}

.watch-button:hover {
    background-color: #111212;
}

/* Main Content */
.section {
    background-color: #fff;
    margin: 2rem auto;
    padding: 2rem;
    width: 80%;
    max-width: 800px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.section h2 {
    color: #444;
    margin-bottom: 1rem;
}

.section p, .section ul, .section ol {
    margin-bottom: 1rem;
}

.section ul, .section ol {
    padding-left: 1.5rem;
}

/* Blockquote Styles */
blockquote {
    background: #f9f9f9;
    padding: 1rem;
    border-left: 5px solid #28a745;
    margin: 1rem 0;
    font-style: italic;
}

/* Disclaimer Section */
#disclaimer p {
    margin-bottom: 1rem;
}

#disclaimer
