@charset "UTF-8";
/* CSS Document */
body {
	background-color: lightgray;
	margin: 0;
}
#contentl {
	margin: 0;
	padding: 2%;
	font-family: 'Oswald', sans-serif;
	color: white;
	background-color: #bb0000;
	font-size: 2.7em;
	float: right;
	width: 46%;
	height: 400px;
}
#contentr {
	margin: 0;
	padding: 2%;
	font-family: "Noto Serif";
	color: white;
	background-color: #007a3d;
	font-size: 2.7em;
	float: right;
	width: 46%;
	height: 400px;
}
p {
	margin: 0;
	text-align: center;
}
p.subtitle {
	margin: 0;
	font-size: .5em;
}
.button_wandel {
	color: #007a3d;
	background-color: white; /* Green */
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.button_egypte {
	color: #bb0000;
	background-color: white; /* Green */
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
