body {
	font-size: largest;
	max-width: 30em;
	padding: 1em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-bottom: .05em;
}

.slogan {
	margin-left: .75em;
	font-size: smaller;
}

aside {
	float: none;
	padding: .5em;
	max-width: 30ch;
}

ul.points > li {
	max-width: max(40ch, 40vw);
}

a.ir {
	display: inline-block;
	padding: .2em .8em;
	border-radius: 1em;
	background-color: blue;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
