html{
	height:100%;
}

#content{
	text-align: center;
	padding-top:10%;
	/*text-shadow: opx 4px 3px red;
    text-shadow: opx 4px 3px blue;
    text-shadow: opx 4px 3px orange;*/
    
}

body{
/* 	background:url(https://images.unsplash.com/photo-1529539795054-3c162aab037a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80) ; */
	background-size:100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
background: linear-gradient(to right, #0B486B, #F56217);
	}

h1{
	color:white;
	font-family: 'Quicksand', sans-serif;
	/*font-family: 'ZCOOL KuaiLe', cursive;*/
	font-weight: 700;
	text-align: center;
	font-size: 5em;

}

h2{
	color:white;
	font-family: 'Quicksand', sans-serif;
	/*font-family: 'ZCOOL KuaiLe', cursive;*/
	font-weight: 700;
	text-align: center;
	font-size: 5em;

}



h3{
	color:white;
	font-family: 'Indie Flower', cursive;

}
hr{
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}

form{

color:white;
	font-family: 'Quicksand', sans-serif;
	/*font-family: 'ZCOOL KuaiLe', cursive;*/
	font-weight: 7;
	text-align: center;
	font-size: 2em;

}

label{


}

button{

	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
