@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Pacifico');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* ########## CORE STYLES ########## */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom right, #31e3bd 0%, #07d0f9 85%);
	background-attachment: fixed;
	color: #fff;
	height: 100%;
}

/* ########## TYPOGRAPHY STYLES ########## */

h1 {
	font-family: 'Pacifico', cursive;
	font-weight: normal;	
	font-size: 5em;
	padding: 0;
	color: #fff;
	line-height: 1.4em;
	margin: 0;
	text-shadow: 1px 1px 1px #000;
}

p {
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px #000;
}

/* ########## CONTENT STYLES ########## */

.container {
	width: 90%;
	max-width: 300px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	text-align: center;
	margin-top: -150px;
}

/* ########## ICON & IMAGE STYLES ########## */


.material-icons {
	font-size: 10em;	
	text-shadow: 1px 1px 1px #000;
}