body {
   	position: relative;
   	text-align: center;
	background-color: #fff; 
	background-image: 
	linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
	linear-gradient(#eee .1em, transparent .1em);
	background-size: 100% 1.2em;
} 

h1 {
	margin-left: auto;
	margin-right: auto;
}

button {
	margin: 10px;
	width: 125px;
	height: 50px;
	font-size: 1.5em;
	background-color: #008CBA;
	color: white;
}

p {
	height: 0px;
	margin: 0px;
}
