I'm attempting to center the image.
It seems like it should be a simple fix, but I've experimented with multiple solutions and even started from scratch three times.
#main_image {
background-color: bisque;
position: fixed;
display: block;
margin: 0 auto;
}
I've tested using margin: o auto, text-align: center, as well as relative and absolute positioning. https://codepen.io/lordrott/pen/GbJOQo