@charset "utf-8";
/* CSS Document */

#wrapper {
	margin: 0px auto;
	max-width: 1024px;
}
body {
	margin: 0px;
	background-color: #fefcfb;
	font-size: 1.2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
header, footer {
	padding: 60px 50px;
	background-color: #231942;
	color: #fefcfb;
	text-align: center;
}
h1, h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
	color: #034078;
}
header a, footer a {
	color: #76b9af;
}
ul {
	list-style-type: none;
}
main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer a {
	padding: 0.5em;
	display: inline-block;
	text-decoration: none;
	border: 0.5em solid #fff;
}
#logo {
    border-radius: 50%;
    float: left;
}
