body { overflow: hidden; margin: 0; } div { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; color: azure; font-family: monospace; font-size: 20vw; background-color: black; }