#root::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/kipri-pattern.svg');
  background-repeat: repeat;
  background-size: 280px auto;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
