iframe {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
}

section {
	padding-top: 2em;
	padding-bottom: 2em;
	margin: auto;
	width: 100%;
	font-family: Söhne,sans-serif;
	text-align: center;
	max-width: 60em;
}

h1, h2, p {
	font-weight: 400;

}

h1 {
	margin-bottom: 5px
}

h2 {
	color: darkgrey;
	font-size: 18px;
	margin-top: 8px;
}

p {
	margin-top: 20px;
	line-height: 1.5em;
	text-align: justify;
	width: 20em;
	margin-right: 10px;
}

.flex-cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;	
}

img {
	margin-top: 30px;
	object-fit: cover;
	width: 30em;
	height: 100%;
}


button {
	margin-top: 20px;
	border: none;
	font-size: 15;
	padding: 5;
	border-radius: 5px;
	color: white;
	background-color: black;

}
