@charset "UTF-8";
@charset "iso-8859-15"; 

body {
  font-family: helvetica;
  text-align: center;
}

div {
  position: relative;
}

div.p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}