body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    background-attachment: fixed;
    color: #333;
    text-align: center;
    padding: 10px;
    padding-bottom: 250px; 
    background-image: url('background1.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
}

    .video-container {
        position: relative;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        width: 400px;
        height: 225px;
        margin: 0 auto;
} 


    .video-container iframe {
        position: absolute;a
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

    .TeamSpeak-container {
        position: relative;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #464646;
        width: 400px;
        height: 225px;
        margin: 0 auto;
}

    .TeamSpeak-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


#liveStreamContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

#liveStream, #staticImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 

body {
    font-family: Arial, sans-serif;
}

.topnav {
    background-color: #333; /* Background color for the top menu */
    overflow: hidden;
    padding: 10px; /* Padding inside the top menu */
    border-radius: 8px; /* Rounded corners for the background box */
    margin: 0px; /* Margin around the top menu */
    display: flex;
    justify-content: center; /* Center the links horizontally */
}

.topnav a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.video-button {
    background-color: #464646; 
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 5px 10px; /* Some padding */
    text-align: center; /* Centered text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make the buttons appear side by side */
    font-size: 14px; /* Increase font size */
    margin: 2px 1px; /* Some margin */
    cursor: pointer; /* Pointer/hand icon */
    border-radius: 12px; /* Rounded corners */
}

.video-button:hover {
    background-color: #ddd; /* Darker green on hover */
    color: black;
}

.filled-box {
    border: 2px solid #000; /* Border color and thickness */
    border-radius: 8px; /* Rounded corners for the background box */
    background-color: #333333; /* Background color */
    padding: 10px; /* Padding inside the box */
    margin: 0px auto; /* Center the box horizontally */
    max-width: 420px; /* Maximum width of the box */
}




