body {
	background-color: #f6f6f7;
	display: flex;
	justify-content: center;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-weight: normal;
	margin: 0;
}
.container {
	background-color: white;
	border-radius: 8px;
	width: 684px;
	position: relative;
	top: 128px;
	box-shadow: -5px -5px 30px 5px rgba(0, 0, 0, 0.1);
}

.content {
	padding: 24px;
	padding-top: 0;
}

.footer {
	background-color: #f2f2f2;
	color: #606060;
	padding: 10px 20px;
	font-family: "Roboto Mono";
	font-size: 12px;
}

code {
	display: block;
}

a {
	color: #008080;
}

ul {
	padding-left: 16px;
	color: rgba(0, 0, 0, 0.27);
	margin: 0;
}

a.button {
	border: none;
	text-decoration: none;
	color: white;
	display: inline-block;
	padding: 8px 24px;
	background-color: #008080;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 24px 0;
}
