html,
body {
	height: 100%;
	margin: 0;
}
body {
	width: 100%;
	max-width: 500px;
	margin: auto;
	background-color: #282828;
	font-family: SpotifyMixUI, CircularSp-Arab, CircularSp-Hebr,
		CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, "Helvetica Neue",
		helvetica, arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS Gothic";
	font-size: 14px;
	color: #fff;
}
a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form,
header {
	padding: 24px;
}
	input: {
	padding: 12px;
}
