html {
    height: 100%;
    display: table;
    width: 100%;
    font-family: sans-serif;	
    font-size: 100%
}
body {
    display: table-cell;
    vertical-align: middle;
}
#start {
    text-align: center;
}
#title {
    font-size: 7.5em;
}
.infos {
    font-size: 2.5em;
}
.infos a {
	text-decoration: none;
	color: black;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding-bottom: 30px;
}
#bottom {
	text-align: center;
}
#bottom a {
	text-decoration: none;
	color: black;
}
#imprint {
	padding-left: 20px;
	padding-right: 20px;
        text-align: center;
}
#imprint a {
        text-decoration: none;
	color: black;
}

@media screen and (max-width: 50em) {
#title {
    font-size: 5.5em;
}
}

@media screen and (max-width: 40em) {
#title {
    font-size: 4.5em;
}
}

@media screen and (max-width: 30em) {
#title {
    font-size: 3.5em;
}
.infos {
    font-size: 1.8em;
}