:root {
    --background-light: #e8f5e9;
    --background-dark: #d0e9d6;
    --text-color: #2d2926;
    --text-light: white;
    --box-background: linear-gradient(to bottom, #ffcd00, #ffdb4a);
    --border-color: #c8102e;
    
    --header-background: white;
    --header-text: white;
    
    --navbar-background: ;
    --navbar-text: white;
    --navbar-hover: #1a1715;
    
    --sidebar-background: linear-gradient(to top, #c8102e, #800b1f);
    --sidebar-text: white;
    --sidebar-link: #800b1f;
    --sidebar-hover: #c8102e;
    
    --main-background: #;
    
    --footer-background: #5a8a72;
    --footer-text: #e8f5e9;
    
    --header-background-start: #2d2926;
    --header-background-middle: #1a1715;
    --header-background-end: #2d2926;

    --navbar-background-start: #2d2926;
    --navbar-background-end: #1a1715;
}

.sidebar h2 {
  color:white;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/europe/belgium/img/pattern.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.6;
  z-index: -9999;
  pointer-events: none;
}