body {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
}