html, body { 
    height: 100%; 
    margin: 0;
    background-color: #85a6ff;
}

#zentriert {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30em;
  height: 14em;
  margin-left: -15em;
  margin-top: -10em;
}

div {
    background-color: #ffffff;
    text-align: center;
}

#p1 { 
    width: 25em; 
}
#p2 { 
  width: 70em; 
}
