/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/
html{
	background-color: rgb(46, 173, 216);
}
.center {
	margin: auto;
	width: 50%;
	border: 3px solid green;
	padding: 10px;
  }
  header {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 80px;
}
body {
	margin: 0;
	padding: 0;
	background: #531180;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #82e531;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	/*<-- text-transform: lowercase;*/
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color: #e3f4e4;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 10;
	line-height: 180%;
}
