@charset "utf-8";
/* CSS Document */
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

body {
	color: #0D0C4B;
}

h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    color: #F7D0F9;	
}

header, main, footer {
	margin: 0 auto;
	padding: 10px;
}

header {
    background-color: #640054;	
}

main {
    background-color: #C1C2FD;	
}

footer {
    background-color: #1E2C60;
}

footer p{
	text-align: center;
    color: #F1CEFA;
}

.logos {
	height: 50px;
	padding: 10px;
}