﻿
* {
    padding: 0;
    margin: 0;
}
p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
}

h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    color:white;
   text-align:center;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}




body.TheUndeadCity {
    background: linear-gradient(to bottom, #000000, #330000);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
ul {
    list-style: none;
    background: #808080;
}

    ul li {
        display: inline-block;
        position: relative;
    }

        ul li a {
            display: block;
            padding: 20px 25px;
            color: white;
            text-decoration: none;
            text-align: center;
            font-size: 20px;
        }

        ul li ul.DropDowns li {
            display: block;
        }

        ul li ul.DropDowns {
            width: 100%;
            background: #808080;
            position: absolute;
            z-index: 999;
            display: none;
        }

        ul li a:hover {
            background: #333;
        }

        ul li:hover ul.DropDowns {
            display: block;
        }

.box {
    background-color: black;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
  
}

    


/* Corrected CSS selector */
.container {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: start;
    flex-wrap: wrap;
    padding: 40px;
    gap: 40px;
}

.video-Text-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

/* Fix video/text layout */
.video-wrapper iframe {
    max-width: 100%;
    border-radius: 10px;
}

.text-wrapper {
    max-width: 400px;
    color: white;
}

.play-button {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: crimson;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .play-button:hover {
        background-color: darkred;
    }

.ScreenShot{
    max-width: 320px;
    color: white;
    text-align: center;
}
.textScreenShot{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}
.textvideoShot {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.text-wrapper {
    max-width: 320px;
    color: white;
    text-align: center;
}

