* {
	font-family: 'Open Sans', sans-serif;
}

body {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 2em;
	color: white;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	text-align: center;
}

.rodro:hover {
	text-color: red;
}

.rodro, .drostax {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	text-decoration: none;
}

.rodro {
	background-image: url("https://rodro.dros10.com/site/assets/files/1018/rodro_dresden1.jpg");
}

.drostax {
	background-image: url("https://drostax.de/site/assets/files/1/drosten_christoph_mg_7809_web.jpg");
}


@media only screen and (max-width: 767px) {
	body {
		flex-direction: column;
	}
}
