


        /* Start https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/symbols/sym-9/sym821.ani), url(https://ani.cursors-4u.net/symbols/sym-9/sym821.png), auto !important;} /* End https://www.cursors-4u.com */


        a.one:link {
          color: #0AF17F;
	  font-size: 16px;
        }

	a.one:visited {
          color: #0AF17F;
	  font-size: 16px;
        }

	a.one:active {
          color: #0AF17F;
	  font-size: 16px;
        }

	a.one:hover {
 	  color: #000000;
	  font-size: 16px;
        }

	   

	h2 {
           color: #E426F6;
	   font-size: 25px;
	   font-family: Arial;
        }

	 

        body {
          font-family: arial;
	  color: #17BCDA;
	  font-size: 14px;
	  background-image: url("clouds.gif");
          background-attachment: fixed;
	  background-repeat: repeat;
        }



	footer {
	  font-size: 14px;
	  font-family: Arial;
	  text-align: right;
      	}


	.gallery {
    	  display: flex;
    	  flex-wrap: wrap;
    	  gap: 10px;
	}

.image-container {
    width: 200px; /* Set the desired width */
    height: 200px; /* Set the desired height */
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image is cropped to fit */
}

.image-container.fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 1000;
}

.image-container.fullscreen img {
    object-fit: contain;
}
