@color-base: #ffffff;
@palette-color-2: #ffffff;
@palette-color-3: #ffffff;
@theme-background-image: url(#);

body {
  background: @theme-background-image 0 -30px no-repeat @color-base ;
}

.header {
  background: rgba(255, 255, 255, 0.25);
}