* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #000000;
    min-height: 100vh;
    position: relative;
    overflow: auto;
}

img {
    position: absolute;
    cursor: default;
}

.image-link {
    position: absolute;
    text-decoration: none;
    cursor: pointer;
}

.image-link img {
    cursor: pointer;
}

.nav-links {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 1000;
}

.nav-links a {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    transition: background 0.3s ease;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Mobile responsive design */
@media (max-width: 768px) {
    body {
        padding: 20px;
    }
    
    img {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        transform: none !important;
        display: block;
        margin: 0 auto 20px auto;
        width: 60% !important;
        max-width: 250px;
    }
    
    .image-link {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        transform: none !important;
        display: block;
        margin: 0 auto 20px auto;
        width: 60% !important;
        max-width: 250px;
    }
    
    .image-link img {
        width: 100% !important;
    }
    
    .nav-links {
        position: fixed;
        bottom: 10px;
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-links a {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Individual image controls for mobile */
    


	#img2 {
	    width: 34% !important;
	    max-width: 250px;
	    margin-left: 0;
	    margin-right: auto;
	}

	#img1 {
	    width: 60% !important;
	    max-width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}

	#img9 {
	    width: 35% !important;
	    max-width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}

	#img3 {
	    width: 100% !important;
	    max-width: 420px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#imgv {
	    width: 100% !important;
	    max-width: 500px;
            margin-left: 0;
	    margin-right: auto;
        }

	#img4 {
	    width: 42% !important;
	    max-width: 250px;
	    margin-left: auto;
	    margin-right: 0;
	}

	#img6 {
	    width: 47% !important;
	    max-width: 250px;
	    margin-left: 0;
	    margin-right: auto;
	}

	#img8 {
	    width: 60% !important;
	    max-width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}

	#img10 {
	    width: 44% !important;
	    max-width: 220px;
	    margin-left: auto;
	    margin-right: 0;
	}

	#img7 {
	    width: 100% !important;
	    max-width: 2050px;
	    margin-left: auto;
	    margin-right: auto;
	}

	#img11 {
	    width: 100% !important;
	    max-width: 600px;
	    margin-left: auto;
	    margin-right: auto;
	}

	#img5 {
	    width: 30% !important;
	    max-width: 250px;
	    margin-left: 0;
	    margin-right: auto;
	}
}

