        #myModal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
        }
        .modal-content {
            background-color: #fff;
            margin: 20% auto;
            padding: 20px;
            width: 60%;
        }
        #closeModalBtn {
            float: right;
            cursor: pointer;
			font-size: 30px;
			margin-top: -10px;
			margin-right: -10px;
			
        }
        #openModalImg {
            cursor: pointer;
        }

        #myModal1 {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
        }
        .modal-content1 {
            background-color: #fff;
            margin: 20% auto;
            padding: 20px;
            width: 60%;
        }
        #closeModalBtn1 {
            float: right;
            cursor: pointer;
        }
        #openModalImg1 {
            cursor: pointer;
        }

        #myModal2 {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
        }
        .modal-content2 {
            background-color: #fff;
            margin: 20% auto;
            padding: 20px;
            width: 60%;
        }
        #closeModalBtn2 {
            float: right;
            cursor: pointer;
        }
        #openModalImg2 {
            cursor: pointer;
        }


        #myModal3 {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
        }
        .modal-content3 {
            background-color: #fff;
            margin: 20% auto;
            padding: 20px;
            width: 60%;
        }
        #closeModalBtn3 {
            float: right;
            cursor: pointer;
        }
        #openModalImg3 {
            cursor: pointer;
        }



