/* Article (piece, containing h1, p and button) ################################################################################################################################ */

article {
	width: 100%;	
}

article:not(:last-child) {
	margin-bottom: 4rem;
}

article h1 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 2rem;
	color: white;
}

article p {
	padding-bottom: 0rem;	
	font-size: 1rem;	
	color: white;
}

article p a {
	text-decoration: underline;
}
