/* 100vh = 100% Viewport Height */ body { display: flex; height: 100vh; flex-direction: column; justify-content: center; } /* add */ align-items: center; /*to also center horizontally.*/