* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	}
body {
    font-family: verdana,helvetica,arial;
	font-size: 10px;
	font-style: normal;
	}
header, footer, nav, article, section, aside {
	display: block;
	}
article {
	width: 100vw;
	height: 100vh;
	background-color: #EC2;
	}
p {
	font-size: 2em;
	margin: 5px 20px;
	text-align: center;
	color: #888;
	}
h1 {
    text-align: center;
	border-bottom: 1px solid #B8B8B8;
    color: #AAA;
    font-size: 3em;
    height: 1.8em;
    margin: 0px;
    padding: 18px 0px 0px 9px;
    text-shadow: 0px 1px 1px #000;
	}
