/* Add custom CSS styles below */ 
body {
background-color: #f8f3eb !important;
}

body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://files.catbox.moe/0q2w36.jpg');
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
opacity: 0.28;
z-index: -1;
pointer-events: none;
}