/* WCFA Stylesheet */

body {
	display: flex;
	justify-content: center;
	align-items: centre;
	flex-direction: column;
	max-width: 75vmax;
	padding-left: 10vmax;
}

h1 {
	display: flex;
	justify-content: center;
}
header { 
	display: flex; 
	justify-content: center;
} 

img { 
	max-width: 100%; 
	height: auto; 
}