body {
    background-color : #555566;
}
.center {
    position : absolute;
    left : 50%;
    top : 50%;
    transform : translate(-50%, -50%);
    color : #777788;
    font-family : Helvetica;
}
h1 {
    font-size : 50px;
}
p {
    
}