body, html{
	height: 100%;
	background-color: #ffffff;
}

h1 {
	font-family: 'Indie Flower', cursive;
	text-shadow: 4px 4px 4px #aaa;
	color: white;
	text-align: center;
}

h2 {
	font-family: 'Indie Flower', cursive;
	text-shadow: 4px 4px 4px #aaa;
	color: white;
	text-align: center;
}

p {
	font-family: 'Indie Flower', cursive;
	color: white;
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 10%;
}

.bg {	
	background-image: url("images/code.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}