body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

div#header {
	text-align: center;
}
div#footer {
	text-align: center;
}
h1{
	font-weight: lighter;
}
a{
	text-decoration: none;
	color: black;
	font-weight: 600;
}
div#content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
img.logo{
	max-width: 100%;
}