body {
	max-width: 80ch;
	margin: 0 auto;
	font-family: sans-serif;
}
img {
	max-width: 100%;
}
.alert {
	border: 2px solid red;
	padding: 5px;
}
