html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	position: relative;
}

a {
	color: inherit;
}

h1 {
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
}

.container {
	width: 1024px;
	margin: auto;
}

.copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	font-size: 10px;
}

.code,
.return {
	font-size: 12px;
	border: 1px solid;
	border-radius: 2px;
	padding: 2px 4px;
}

.code {
	color: #bf7a9c;
	background-color: #FFD2E8;
}

.return {
	color: #488b50;
	background-color: #b4e1ba;

}