body {
	font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol
}
h1 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
h2 {
	font-size: 1.4em;
	font-weight: 500;
	color: #555;
}
div, p {
	text-align: center;
}
p,h1,h2 {
	padding-left: 20px;
	padding-right: 20px;
}
kbd {
	color: gray;
	padding: .2em .4em;
	margin: 0;
	font-size: 85%;
	background-color: rgb(239, 241, 241);
	border-radius: 6px;
	font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
}
.container {
	max-width: 600px;
}
.footer {
	width: 100%;
	left: 0;
	bottom: 0;
	letter-spacing: 1.4px;
}
a, a:visited {
	color: #FFB835;
}
a:hover {
	color: #E2A32E;
}

.footer a {
	color: #6E747B;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
