
:root {
  --bg-url: url('/assets/img/h-anime-skin-december-2024-3.png');
  --blur-level: 0px;
}

body {
  background: none !important;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--bg-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(var(--blur-level));
  transform: scale(1.05);
}
