body {
	font-family: sans-serif;
	padding: 1rem;
}

body > * {
	background-color: tomato;
	border-block-end: 0.1rem solid firebrick;
	border-inline-end: 0.1rem solid firebrick;
	padding: 0.5rem;
}
