body {
    background-color: lightblue;
    position: relative;
    top: 50%;
    transform: translate Y(-50%);
}