@charset "utf-8";

h1 {
	font-size: 3.3em;
	margin-top: 30px;
	margin-bottom: 20px;
}

.container {
	display: flex;
	flex-flow: row wrap;
}

.split {
	margin-top: 90px;
	margin-bottom: 10px;

} 

img#material:hover {
	opacity: 0.5;
}

a {
color: black;
}


figcaption {
	display: block;
	max-width: 65%;
}

footer {
	width: 100%;
}

article {
	margin-bottom: 100px;
}