html{
	background-color: #6Ca67E;
}
body{	
	background-color: #8cc69e;
	color: #0A5A52;
	font-family: sans-serif;	
	font-variant-emoji: text;
	margin: auto;
	padding: 2em;
	text-align: center;
	width: 25em;
}
hr {
  border: none;
  border-top: 3px double #0a5a52;
  height: 0.1em;
}

span.icons{
	font-size: 1.5em;
}
