@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

p.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}

div.container-home {
    height: 45em;
    position: relative }
div.container-home p {
    margin: 0;
    background: ;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
	text-align: center}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'Times, serif;
  font-size: 20px;
}
