The CSS sets a fixed width of `960px` for the `main` element. This overrides the responsiveness intended by the viewport meta tag, causing horizontal scrolling on mobile devices or small windows.
Affected files: index.html
Signed-off-by: tryboi <270171460+tryboi@users.noreply.github.com>