body { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100vh; text-align: center; padding: 1rem; } svg { width: 400px; max-width: 90vw; max-height: 60vh; overflow: visible; } p { max-width: 60ch; } .text h4 { margin-top: 3rem; font-size: 1rem; }