Why is there white on this page?

I dont understand why there is white on both sides of my container? How do I fix this?

https://codepen.io/dmurdockff/full/VROjeR

Thank you to anyone who can help me!

You have Bootstrap added to your page and container is a Bootstrap class that has its own styles.
Try different name.

1 Like

From the Bootstrap documentation:

Use .container-fluid for a full width container, spanning the entire width of the viewport.

You can read more on how containers work here