body {
                margin: 0;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
                display: flex;
                flex-direction: column;
                align-items: center;
                min-height: 100vh;
                text-align: center;
                color: #333;
                background-image: url("confetti.gif");
            }

            h1 {
                font-size: 2.5rem;
                margin: 1rem 0;
                background-color: #f6def7;
                padding: 0.75rem 1.5rem;
                border-radius: 8px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                transform: rotate(1deg);
            }

            .mainbozo {
                max-height: 30em;
                height: auto;
                border-radius: 12px;
                box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
                margin-bottom: 1rem;
            }

            p {
                font-size: 1.2rem;
                color: #555;
                margin: 0.5rem 0;
                background-color: #d8d8d8;
                padding: 0.5rem 1rem;
                border-radius: 8px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

            }

            .above {
        width: 200px;              /* same width as image */
        background-color: #d8d8d8;    /* matches image width background */
        font-size: 1.2rem;
        color: #555;
        margin: 0;                 /* no spacing around */
        padding: 0.4rem 0;         /* a bit of top/bottom breathing room */
        border-radius: 10px 10px 0 0; /* smooth top corners, aligns with image */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

            /* Gallery styling */
            .former {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 1.5rem;
                max-width: 1000px;
                margin: 2rem auto;
                padding: 0 1rem;
                transform: skew(-2deg,-2deg);
            }

            .bozo {
                display: flex;
                flex-direction: column;
                align-items: center;
                
            }

            .bozo img {
                width: 200px;          /* fixed width */
                height: 350px;         /* fixed height */
                object-fit: cover;     /* crop/fit image proportionally */
                border-radius: 10px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                margin-bottom: 0.5rem;
            }

            /* Responsive layout */
            @media (max-width: 900px) {
                .former {
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            @media (max-width: 600px) {
                .former {
                    grid-template-columns: 1fr;
                }
            }
            .breaking {
                background-color: green;
                border-color: white;
                border-width: 2px;
                border-style: solid;
            }
            .italic {
                font-style: italic;
            }

            /* ukraine */
            body {
	margin-top: 35px;
}
.support-ukraine, .support-ukraine:visited {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: rgb(0,0,0);
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 10000;
	text-decoration: none;
	font-family: arial;
}
.support-ukraine:hover, .support-ukraine:active {
	background: black;
	display: flex;
	background: rgb(80,80,80);
	text-decoration: none;
}
.support-ukraine__flag {
	height: 25px;
	margin-right: 10px;
}
.support-ukraine__flag__blue {
	width: 40px;
	height: 12.5px;
	background: #005BBB;
}
.support-ukraine__flag__yellow {
	width: 40px;
	height: 12.5px;
	background: #FFD500;
}
.support-ukraine__label {
	color: white;
	font-size: 12px;
	line-height: 25px;
}