@charset "utf-8";
/* CSS Document */
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

body font {
    color: #000000;	
}
h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	color: #FFFFFF;
}
header, main, footer {
	margin: auto 0;
	padding: 10px;
}
header {
	background-color: #3D0245;
	
}

footer {
	background-color: #4C014E;
}
main {
	background-color: #93DAF4;
}
footer p {
	color: #FFFFFF;
	text-align: center;
}

.logo {
	height: 50px;
padding: 10px;
}
