body, h2, p{ margin: 0; padding: 0; font-family: monospace, Arial, sans-serif; }

.container{
	position: relative;
	text-align: center;
	background-color: #f1f2f3;
	color: #4f4f4f;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container h2{
	padding: 22px;
	font-size: 20px;
}

.container h2 small{ font-size: 14px; }

.article {
	padding:2% 20%;
}