@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: calc(16px + (50vmin / 32));
}

img {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	font: normal 1em "Georgia", Serif;
	text-align: center;
}

a {
        text-decoration: none;
        color: #006;
}

#headline {font-size: 1em}

#childs {font-size: 0.8em}

#description {font-size: 0.5em}
