@import url('https://fonts.googleapis.com/css?family=Lato:100');
		    body{
            	margin: 0;
            	padding: 0;
            	background-color:#000;
            	background-size: cover;
            	/*font-family: 'Lato', sans-serif;*/
				font-family: Arial rounded MT Bold ;
				font-weight:lighter !important;
            }
		    #h1{
            	margin: 0;
            	font-weight:bolder;
            	padding: 0;
            	font-size: 4em;
            	color: #fff;
				
            	text-shadow: 0 0 10px #263cf7, 0 0 20px #263cf7, 0 0 80px #263cf7, 0 0 120px #263cf7, 0 0 10px #263cf7;
            }
            #h2{
            	margin: 0;
            	font-weight:bolder;
            	padding: 0;
            	font-size: 4em;
            	color: #fff;
            	text-shadow: 0 0 10px #263cf7, 0 0 20px #263cf7, 0 0 80px #263cf7, 0 0 120px #263cf7, 0 0 10px #263cf7;
            }
		   
            #box1{
		        color:#fff;
		        margin-top:40%;
		    }
		    #box2{
		        color:#fff;
		        margin-top:40%;
		    }

            }