
html, body {
	border: none;
	margin: 0;
	padding: 0;
}
P, h1, h2,
{
	margin: 0;
	padding: 0;
	text-align: inherit;
                border: none;
	font-size: inherit;
	line-height: inherit;
	
}
section {
	padding: 5rem 0;
	width: 100%;
}
html {
	font-size: 63.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
}
}
body {
	font-size: 2.0rem;
	letter-spacing: -0.015em;
	text-align: left;
                background: #f1ebda;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}
p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}
main {
	display: block;
}
