body.void {
  background:#111;          /* 暗い背景 */
  color:#ccc;               /* 文字色を薄いグレーに */
  outline:3px dashed #39f;  /* 青い破線 */
}
