Hi norwegian69
Most probably you have extension installed that override bootstrap code for body background color
template is using this code from bootstrap.css file
body {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.7143;
color: #555555;
background-color: #132e5e;
}
Regards