It's 99% centered. It might be the units causing your problem? If you use vw it can be wierd with how it measures the size of the screen. Evn if you use lvw (largest viewport width) or svw (smallest viewport width), both of which you can use as units.
To make it look less wonky with little hassle I would say you have at least 2 options (that I can think of). #1 Left align the nave to the rest of the text. #2 apply the property "text-align: justify;" to your paragraphs. This will make it like a column and look more centered.
It's 99% centered. It might be the units causing your problem? If you use vw it can be wierd with how it measures the size of the screen. Evn if you use lvw (largest viewport width) or svw (smallest viewport width), both of which you can use as units.
To make it look less wonky with little hassle I would say you have at least 2 options (that I can think of). #1 Left align the nave to the rest of the text. #2 apply the property "text-align: justify;" to your paragraphs. This will make it like a column and look more centered.
*nav, not "nave"