@font-face {
	font-family: Montserrat; src: url("/verein/font/Montserrat-VariableFont_wght.ttf");
}

html, body, div, main, footer, header {
	display: flex;
	flex-direction: column;
}

body {
	align-items: center;

	font-family: Montserrat, serif;

	padding: 80px;
}

main {
	max-width: 900px;
}

footer img {
	max-height: 400px;
}
