At least for your HTML, you need to have a . in your CSS link. The correct link would look like this:
<link rel="stylesheet" href="./styles/main_style.css">
I'm unsure about the image, but I'd assume that you'd also need a . in the CSS file's link to the image.