
html {
	font-family: sans-serif;
}

.clearfix {
	clear: both;
}

body {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 50px 15px;
}

body > * {
	width: 1200px;
	max-width: 100%;
}

.text-right {
	text-align: right;
}
