.blurred-content {
  display: inline;
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
  opacity: 0.7;
}
