You HATE css? Great!

Me too.

Let me help you center
that damned div.

.container { display: flex; }

.inner { margin: auto;
width: max-content; }

yay.