body {

    display: inline;
    justify-content: center;
    align-self: center;
    align-items: center;
    color: #ffffff;
    font-family: monospace;
    font-size: 18px;
    text-align: center;
    line-height: 2;
}
#body2 {

    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    color: #ffffff;
    font-family: monospace;
    font-size: 15px;
    flex-direction: column;
    background: url(images/Charubpng.png) center no-repeat;
    background-attachment: fixed;
    background-color: #48272c;
}
#body3 {

    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    color: #ffffff;
    font-family: monospace;
    font-size: 15px;
    flex-direction: column;
    background-color: #48272c;
}

main {
    overflow: clip;
    width: 80%;
    min-width: min-content;
    min-height: 800px;
    padding: 12px;
    align-self: center;
    align-content: center;
    display: flex;
    max-height: fit-content;
    flex-flow: row;
    
}

img {
    vertical-align: middle;
    border-style: none;
}

#starsLeft {
    opacity: 0.9;
    z-index: 1;
}

#starsRight {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 5%;
    opacity: 0.1;
}

hr.solid {
  border-top: 3px solid #e5bb56;
    color: #e5bb56;
}
#mainDiv4 {
    color: #ffffffef;
    align-self:center;
    align-content: center;
    align-items: center;
    justify-content: center;
    display:flex !important;
    max-width: 20%;
    min-width: min-content;
    border-radius: 25px;
    z-index: 10;
    background-color: rgba(41, 4, 18, 0.9);
    padding: 12px;
    outline: solid;
    outline-color: #e5bb56;
    flex-direction: column;
}

#underbanner{
    color: #ffffffef;
    align-self:center;
    align-content: bottom;
    bottom: 11%;
    border-radius: 18px;
    width: 86%;
    position: sticky;
    z-index: 8;
    align-items: center;
    justify-content: center;
    display:flex !important;
    background-color: rgba(41, 4, 18, 0.75);
    line-height: 0;
    flex-direction:row;
}

#contentDiv{
    color: #ffffff;
    overflow: hidden;
    align-self: right;
    align-content: right;
    width: 100%;
    min-height: 750px;
    border-radius: 25px;
    border: none;
    position: sticky;
    z-index: 8;
    align-items: center;
    margin: 10px;
    display:flex !important;
    outline: solid;
    background-color: rgba(41, 4, 18, 0.75);
    outline-color: #e5bb56;
    padding: 12px;
    flex-direction: row;
}

#logo {
    height: 35vh;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
}
@media screen and (max-width: 720px) {
    #mainDiv {
        color: #000000ef;
        top: 33%;
        left: 67%;
        transform: translate(-50%, -50%);
        position:static;
        background-color: black;
        border: double;
        background-blend-mode: color-burn;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    }

    #logo {
        height: 125px;
        vertical-align: middle;
        position: relative;
    }
}
#MainText {
    color: #e5bb56;
    font-family: monospace;
    font-size: 15px;
    line-height: 1;
}
            a:link {
            color: #ffffff;
            opacity: 0.6;
            text-shadow: initial;
            }
            a:default {
            text-shadow: none;
            }
            a:visited { 
            color: #e5bb56;
            text-underline-position:above;
            opacity: 1.0;
            }
            a:hover {
            opacity: 2;
            text-shadow: inherit;
}
#MainText2 {
    color: #e5bb56;
    font-family: monospace;
    font-size: 15px;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    font-weight: 100;
    font-family: monospace;
    line-height: 1;
    color: #ffffff;
    text-align: center !important;
    margin-top: 2;
    text-shadow: -3px -3px 0 rgba(152, 198, 244, 0.44), 3px -3px 0 #db1422, 3px 3px 0 rgba(152, 198, 244, 0.44),
    3px 3px 0 #db1422;
}

@keyframes Animation {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.clouds {
    position: absolute;
    bottom: 0;
    width: 99%;
}

#cloudLeftTop {
    position: absolute;
    top: -10%;
    left: -20px;
    z-index: 1;
}

#cloudBottomRight {
    position: absolute;
    bottom: 10%;
    right: -20px;
    z-index: 1;
}

.night {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
}

.shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(
        -45deg,
        rgba(95, 145, 255, 1),
        rgba(0, 0, 255, 0)
    );
    border-radius: 999px;
    filter: drop-shadow(0 0 6px rgba(105, 155, 255, 1));
    animation: tail 3000ms ease-in-out, shooting 3000ms ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes tail {
    0% {
        width: 0;
    }

    30% {
        width: 100px;
    }

    100% {
        width: 0;
    }
}

@keyframes shooting {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300px);
    }
}

.video {
    height: 100%;
    width: 100%;
    border: 0;
}

.video-container {
    position: relative;
    display: inline-block; /* Or 'block' depending on layout */
}

.video-container img {
    display: block; /* Remove bottom space/margin under the image */
    width: 100%; /* Adjust based on your needs */
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 64px; /* Adjust size of the play button */
    height: 64px; /* Adjust size of the play button */
}