
html {
	overflow-y: scroll;
	background-color: #418e57;
}

body {
  background-color: #cccccc;
	color: #010203;
	margin: auto;
	max-width: 70ch;
	text-align: center;
	overflow-x: hidden;
}
