body {
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, sans-serif;
	background: #f5f5f5;
}

a {
	color: #2563EB;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	margin: 0 0 16px;
	font-weight: 400;
}

p {
	margin: 0 0 18px;
}
