* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  display: table;
  align: center;

}
body {
  font-size: 90%;
  font-family: sans-serif;
  line-height: 150%;
  display: table-cell; 
  vertical-align: middle;
  align: center;
}

.zentriert {
  text-align: center;
  background-color: #FFF;
  color: #663300;
}