@charset "utf-8";
/* CSS Document */

body {
    color: #333;
    margin: 0;
    font-weight: 400;
    font-size: 1.3em /*16px*/;
    letter-spacing: 2px;
    line-height: 2em;
    word-wrap: break-word;
    font-family: 'Titillium Web', 'Verdana', sans-serif;
    background: #ddd;
	text-align: center;
}


.container {
   	text-align: center;
	display: flex;
	margin: auto;
	margin-top: 3em;
	justify-content: center; /* Horizontale Zentrierung */
  	align-items: center;     /* Vertikale Zentrierung */
	flex-direction:column;
}

h1 {margin-bottom: 1em;
    letter-spacing: 1em;
	font-size: 2.2em;
	font-weight: 200;
}

h2 {margin-bottom: 3em;
    margin-top: -1.1em;
    letter-spacing: 0.4em;
    font-size: 0.7em;
    font-weight: 100;
}

h3 {letter-spacing: 0.4em;
    font-size: 1.1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}

.textbody {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	letter-spacing: 0.2em;
	font-size: 0.6em;
	line-height:20px;
	max-width: 60%;
}

.infoblock {line-height:0.9em;
margin-top:2em;}
