html {
	background: #addcc8;
	color: black;
	padding: .5rem;
}

body {
	background: white;
	border: solid 3px black;
	font-family: Alexandria, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0 1.12rem;
	max-width: 40em;
}

h1, p.c {
	text-align: center;
}

h1 {
	font-size: 300%;
	font-weight: 900;
	margin: .5em 0;
	text-transform: uppercase;
}

h1 img {
	border: solid 3px black;
}

address, #note {
	font-size: .83em;
	margin: 1.5em 0;
}

address {
	color: #737670;
	font-style: normal;
}

a:link {
	color: #e20800;
}

a:visited {
	color: #a02786;
}

a.button {
	background: #e20800;
	box-shadow: 3px 3px black;
	border: solid 3px black;
	color: white;
	display: inline-block;
	font-size: 125%;
	margin: 3px;
	margin-top: 0;
	padding: .75rem 1rem;
	text-decoration: none;
}

a.button:active {
	box-shadow: none;
	left: 3px;
	top: 3px;
	position: relative;
}

strong {
	font-weight: 600;
}

:target {
	box-shadow: 0 0 0 3px #e20800;
}
