@charset "utf-8";
/* CSS Document */

body{height: 100%;
}

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}


h1{color: #1f4f6f;
	text-align: center;
	margin-top: 10%;
}


p{color: #1f4f6f;
	text-align: center;
	font-size: 20px; 
}

footer{
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #1f4f6f;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
}
