.zoom-img {
				width: 300px;  
				transition: transform 0.3s ease; 
				cursor: pointer; 
			}
	
			.zoom-img.zoomed-in {
				transform: scale(2);
			}

.container {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
        }
        h1, h2 {
            color: #0056b3;
        }
		h1 {
            font-weight:bold;		
        }
        p {
            font-size: 1.1em;
            line-height: 1.6;
        }
        .section-title {
            margin-top: 20px;
            font-size: 1.5em;
            color: #333;
        }
        .section-content {
            margin-bottom: 20px;
        }