body{
	font-family: Arial;
	font-size: 16pt;
	text-align: center;
	background-color: #eceff1;
}

h1{
	font-size: 20pt;
}

article{
	width: 90%;
	height: 200px;
	margin: 10% auto;
}

p{
	line-height: 1.5;
}

a{color: black;}