@charset "utf-8";
/* CSS Document */

html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

body {
    color: #0C370E;	
}

h1 {
	font-family: "Comic Sans MS";
	text-align: center;
	color: lightcoral;
}

header, main, footer {
    margin: 0 auto;
	padding: 10px;
}

header {
	background-color: darkblue;
}

main {
	background-color: lightgreen;
}

footer {
	background-color: darkslateblue;
	text-align: center;
}

footer p{
	color: darkred;
	text-align: center;
}

.logos {
	max-height: 50px;
	padding: 10px;
}

main {
	text-align: center;
}