body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
    text-align: center;
}
header {
    background-image: url("images/sojol.png");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
}
h1 {
    margin: 0;
    font-size: 2.5em;
}
.stream {
    padding: 40px;
}
iframe {
    margin-top: 20px;
    border-radius: 10px;
}
.countdown {
    font-size: 1.5em;
    margin: 20px 0;
    color: #ffcc00;
}
footer {
    background: #222;
    padding: 20px;
    font-size: 0.9em;
}
