h1 {
    position: center;
    display: inline-block;
    top: 50%;
}

div{
    position: center;
}

body{
    position: center;
    text-align: center;
}