* {
    box-sizing: border-box;
}
body {
	background-color: #eee;
	font-family: 'Nunito', sans-serif;
	margin: 0;
}
.page {
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px;
	background: white;
	border-radius: 0 0 6px 6px;
}

.page img {
	max-width: 100%;
}

.title {
	text-align: center;
	font-size: 3em;
	margin-top: 0;
}

.slogan {
	font-weight: normal;
	font-size: 1.6em;
}

.times {
	list-style: none;
	line-height: 1.5em;
}
.date {
    width: 2.2em;
    display: inline-block;
	font-size: 1em;
    text-align: right;
}
.flyers a {
	margin-right: 1em;
	line-height: 2em;
	display: inline-block;
}
