
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	text-align: center;
	font-weight: 200;
	padding: 2rem 0 0 0;
	margin: 0;
}

div#content {
	width: 32rem;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	color: #000;
}

h1 {
	font-weight: 100;
}

strong {
	font-weight: 700;
}

.echo {
	color: #c60;
}

.important {
	color: #f00;
	background-color: #eee;
	padding: 0.75em;
	border: #444;
}

div.notice {
	background: #fff url(/i/notice.png) top left no-repeat;
	border: 1px solid #000;
}

div.notice h3 {
	margin-left: 65px;
	
}