canvas { position:fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100vw; max-height: 100vh;}html { height: 100vh;}body { height: 500vh; background: #000; transition: all 1s;}#canvas-container { position: fixed; top: 0; left: 50%; transform: translate(-50%, 0); max-width: 100vw; max-height: 100vh;}#hero-lightpass {display: flex; flex-wrap: nowrap; max-width: 80%; height: 80%}#text {height: 100%}