
        body {
            margin: 0;
            padding: 0;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000000;
            background-image: url("../red cloudsfixed.GIF");
            background-size: 630px;
            flex-direction: column;
			cursor: url('../Cursorfiles/Link-Select-Middle-Finger.png'), auto;
        }

        .container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-top: 80px;
            position: relative;
            background-color: black;
            padding: 1px;
            border-radius: 10px;
        }

        .side-image {
            width: 100px;
            margin: 0 20px;
        }


@font-face {
    font-family: title;
    src: url(../fonts/SAMBD___.TTF) format('truetype');
}
@font-face {
    font-family: data;
    src: url(../fonts/911porschav3.ttf) format('opentype');
}
@font-face {
    font-family: idk;
    src: url(../fonts/Conthrax-SemiBold.otf) format('opentype');
}

        div {
            font-family: idk;
        }

        .cocomelon {
            margin: 0 20px;
            position: relative;
            z-index: 1;
        }
        .cocomelon-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 20px;
            text-align: center;
            pointer-events: none;
            z-index: 2;
        }
        .commentsdiv {
            width: 2597px;
            height: 709px;
            border: 4px solid red;
            margin-top: 1600px;
        }

.div2 {
    margin-top: 180px;
     width: 100vw;
    height: 99px;
    z-index: 1000;
    background-image: url("../chain contiuous.png");
    letter-spacing: 1px;
    color: white;
    font-size: 16px;
    overflow: visible; /* Make sure child elements can overflow without being clipped */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Make sure div4 can be absolutely positioned relative to div2 */
}
        h1 {
            color: white;
			font-size: 1px;
			font-family: title;
			text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60000, 0 0 40px #e60000, 0 0 50px #e60000, 0 0 60px #e60000, 0 0 70px #e60000;
        }
        .div3 {
            margin-top: 200px;
			height: 1200px;
			z-index: 999;
		 border: 2px solid green;
        }



.div4 {
    height: 194px; /* Set a width wider than div2 */
    width: 1200px; /* Set a width wider than div2 */
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("../divboxghetto.png");
	background-size: 1250px 245px;;
    transform: translate(-50%, -50%); /* Center it horizontally and vertically */
    z-index: 2;
	padding: 26px;
	overflow-y: auto;
	scrollbar-width: none;
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */

}

        .borderdiv {
            border: 2px solid red;
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .border-left {
            right: 100%;
            margin-right: 20px;
        }

        .border-right {
            left: 100%;
            margin-left: 20px;
        }

        .poopoocacadiv {
            width: auto;
			position: relative;
			
        }
hr.rounded {
  border-top: 2px solid red;
  border-radius: 5px;
}

.text-container {
    overflow-y: auto; /* Enable vertical scrolling if the text overflows */
    width: 950px; /* Set a width wider than div2 */
	height: 220px; /* Set a width wider than div2 */
    scrollbar-width: none;
}

		        iframe {
            width: 100%; /* Ensure the iframe takes the full width of div3 */
            height: 100%; /* Set iframe to full height of div3 */
            border: none; /* Optional: remove iframe border */
			}



