
body {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='200'><defs><linearGradient id='concreteBase' x1='0' y1='0' x2='0' y2='1'><stop offset='0%' stop-color='%23aaa'/><stop offset='100%' stop-color='%23888'/></linearGradient><filter id='concreteTexture' x='0' y='0' width='100%' height='100%'><feTurbulence type='fractalNoise' baseFrequency='3.9' numOctaves='39' result='noise'/><feColorMatrix type='saturate' values='0'/><feComposite in='SourceGraphic' in2='noise' operator='arithmetic' k1='1' k2='0.5' k3='0' k4='0'/></filter></defs><rect width='100%' height='100%' fill='url(%23concreteBase)' filter='url(%23concreteTexture)'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
