html {
 display: table;
 height: 100%;
 width: 100%;
}
body {
 display: table-row;
}
#centrado{
 position: absolute;
top:0;
left:0;
right:0;
bottom:100px;
margin: auto;
height: 100px;
width: 300px;
}
h1 {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 color:#FA5858;
 font-family: 'Lato', sans-serif;
}
p {
 text-align: center;
 color:#FA5858;
 font-family: 'Lato', sans-serif;
}
#centrado2{
position: absolute;
top:200px;
left:0;
right:0;
bottom:0;
margin: auto;
height: 100px;
width: 40%;
}