/* General styles */
body {
    font-family: Arial, sans-serif;
    
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Live Video Section */
#live-video-section {
    padding: 50px 20px;
    background-color: #003366;
    margin-top: 2px;
}

/* Heading styling */
.live-video-heading {
    font-size: 2.5rem;
    color: yellow;
    margin-bottom: 20px;
}

/* Live Video Container */
#live-video-container iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Error message styling */
.live-video-error {
    margin-top: 20px;
    color: red;
    font-size: 1.2rem;
}
