 #ContentWarning {
    opacity: 0.05;
  }

  #ContentWarning:target {
    opacity: 1;
  } 
