    :root {
    --background-light: #570a12;  
    --background-dark: #4a0a12;   
    --text-color: #ffc517;               
    --box-background: #570612;    
    --border-color: #2b060a;      

    --header-background:;  
    --header-text: ;       

    --navbar-background: ;  
    --navbar-text: #ffc517;       
    --navbar-hover: linear-gradient(to right, #112b06, #163609);      

    --sidebar-background: #570612; 
    --sidebar-text: #ffc517;      
    --sidebar-link: linear-gradient(to right, #330309, #42030c);      
    --sidebar-hover: linear-gradient(to right, #42030c, #330309);     

--main-background: ;     
    --header-background-start: #112b06;     
    --header-background-middle: #163609;   
    --header-background-end: #112b06;     

    --navbar-background-start: #112b06;   
    --navbar-background-end: #163609;     
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(to bottom, var(--background-light), var(--background-dark), var(--background-light));
  z-index: 0;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/europe/lithuania/img/design/pattern.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5;
  z-index: -1;
}

.text-banner {
  position: relative;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: 40px 30px, 40px 30px;
  background-image: 
    url('/europe/lithuania/img/design/flag.jpg'),
    url('/europe/lithuania/img/design/flag.jpg');
}

@media (max-width: 960px) {
  .text-banner {
    margin-left: 0;
    margin-right: 0;
    background-image: none;
    background-size: initial;
    background-position: initial;
    background-repeat: initial;
  }
}

hr {
  color:#ffc517;
}

::selection {
  background-color:#046a38;
}

.toc-link {
  color:#ffc517;
}

.main a {
  background-color:#102e13;
  color:#ffc517;
}