body {
	padding: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
	background-color: #fafafa;
}

h1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 12px;
}

h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	color: rgb(55, 65, 81);
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.45;
}

.card {
	max-width: 720px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background-color: white;
}

.disclaimer {
	font-size: 13px;
	color: rgb(75, 85, 99);
	margin-bottom: 14px;
}

.note {
	font-size: 13px;
	color: rgb(75, 85, 99);
	font-style: italic;
	margin-top: 16px;
}

hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 18px 0;
}

.roadmap {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	color: rgb(31, 41, 55);
}

.roadmap li {
	margin-bottom: 6px;
}

