Removing borders around webpage

In this template by Colorlib: https://colorlib.com/demo?theme=pemodule I’m trying to remove the purple borders around the outside of the website. I can’t seem to figure out in the CSS how this border is achieved and how I can remove it.

Your help is much appreciated.

Hey there

Are you asking about the main bg of the website? I can’t see any border :slight_smile:

if this is the case you need to change this css code:

body {background: #ae58ca;}

it’s in main.css:1927