body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
	background: #1e5799; /* Old browsers */
	background: -webkit-linear-gradient(#00eaff, #008aff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00eaff, #008aff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00eaff, #008aff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00eaff, #008aff); /* Standard syntax */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html, body {
height: 100%;
margin: 0;
}

div {
    height: 100%; 
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}


h1 {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid white;
	border-radius: 5px;
	padding: 20px;
	color: white;
}