body {
	background-color: #eeeeee;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.H1 {
	font-weight: bold;
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
}

div.fill-screen {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

img.make-it-fit {
    max-width: 99%;
    max-height: 99%;
}