* {
	box-sizing: border-box;
}

body {
	background: url(/static/images/paper.jpeg);
}

main {
	margin: auto 0;
}
