	        body{
			font-family: 'Raleway', sans-serif;
			line-height: 15pt;
			font-size: 12px;
			background-color: white;
			}

			.flex-container {
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-justify-content: flex-start;
				-ms-flex-pack: flex-start;
				justify-content: flex-start;
				-webkit-align-content: flex-start;
				-ms-flex-line-pack: start;
				align-content: flex-start;
				-webkit-align-items: flex-start;
				-ms-flex-align: start;
				align-items: flex-start;
				padding-left: 2%;

				}

				@media only screen and (max-width: 1005px) {
					.flex-container {
						-webkit-justify-content: flex-start;
						-ms-flex-pack: flex-start;
						justify-content: center;
					}
				  }

			#box{
				position: -webkit-sticky; /* Safari */
				position: sticky;
				top: 3%;
				bottom: 5%;
				left: 10;
				z-index: +3;
				background: linear-gradient(270deg, #f5dfe0, #dff5f4);
    			-webkit-animation: AnimationName 30s ease infinite;
				-moz-animation: AnimationName 30s ease infinite;
				animation: AnimationName 30s ease infinite;
				justify-content: flex-start;
				width: 400;
				border-radius: 25px;
				padding: 2%;
				max-width: 300px;
			}
			
			#boxinbox{
				background-color: white;
				border-radius: 25px;
				padding: 5%;
				opacity: 80%;
			}

			#maintext{
				font-family: 'Hind Vadodara', sans-serif;
				line-height: 17pt;
				font-size: 13px;
				color: #000000;
				max-width: 600px;
				z-index: 0;
				justify-content: center;
				padding-left: 3%;
				}

			img{
			font-family: 'Contrail One', cursive;
			font-style: bold;
			line-height: 55pt;
			font-size: 80px;
			color: #000000;
			margin: 30px 20px 30px 20px;
			}

			.img2{
			font-family: 'Contrail One', cursive;
			font-style: bold;
			line-height: 55pt;
			font-size: 80px;
			color: #000000;
			margin: 20px 20px 30px 0px;
			}

			h1{
			font-family: 'Contrail One', cursive;
			font-style: bold;
			line-height: 55pt;
			font-size: 80px;
			color: #000000;
			margin: 70px 3px 20px 35px;
			}


			h2{
			font-family: 'Contrail One', cursive;
			font-style: bold;
			line-height: 27pt;
			font-size: 36px;
			color: #0c2b3d;
			margin: 70px 50px 35px 35px;
			}

			h3{
				font-family: 'Contrail One', cursive;
				font-style: bold;
				line-height: 27pt;
				font-size: 36px;
				color: #0c2b3d;
				margin: 10px 10px 10px 10px;
			}

			h4{
			font-family: 'Contrail One', cursive;
			line-height: 2pt;
			font-size: 12px;
			color: #000000;
			margin: 0;
			}

			.p{
			outline-width:1px;
			}

			

			/* unvisited link */
			a:link {
    		color: Red;
			}

			/* visited link */
			a:visited {
   			color: Red;
			}

			/* mouse over link */
			a:hover {
    		color: Red;
			}

			/* selected link */
			a:active {
   			color: Red;
            }
            
            .myButton {
                background-color:white;
                border-radius:28px;
                border:1px solid #18ab29;
                display:inline-block;
                cursor:pointer;
                color:#18ab29;
                font-family:Verdana;
                font-size:15px;
                font-weight:bold;
                padding:16px 23px;
                text-decoration:none;
            }
            .myButton:hover {
                background-color:#0ecf0b;
            }

            /* unvisited link */
			.myButton:link {
                color: black;
                }
    
                /* visited link */
                .myButton:visited {
                   color: black;
                }
    
                /* mouse over link */
                .myButton:hover {
                color: black;
                }
    
                /* selected link */
                .myButton:active {
                   color: black;
                }
       

            .myButton2 {
                background-color:white;
                border-radius:28px;
                border:1px solid #18ab29;
                display:inline-block;
                cursor:pointer;
                color:#0ecf0b;
                font-family:Verdana;
                font-size:15px;
                font-weight:bold;
                padding:16px 23px;
                text-decoration:none;
            }
            .myButton2:hover {
                background-color:#0ecf0b;
                color:#ffffff;
            }
            .myButton2:active {
                position:relative;
                top:1px;
                color:#ffffff;
            }

            .myButton2:link {
                color: Black;
                }

            .myButton2:visited {
                color: white;
                }    

                    

