/* Custom background image for Categories page with a darker overlay to maintain readability and the dark theme aesthetic */
body {
    background-image: linear-gradient(rgba(10, 10, 12, 0.8), rgba(10, 10, 12, 0.8)), url('IMAGES/pexels-n-voitkevich-8939516.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}