:root {
  --a: #cd194c; /* links, button bkgd */
  --body: #ccc; /* body text */
  --ghost: #111; /* notification bkgd, faint borders, nav menu hover */
  --light: #333; /* blockquotes, tags, table borders */
  --mid: #777; /* subtitles, quotes, meta, nav links, notification text */
  --dark: #cd194c; /* headings, synopsis, alternate button bkgd, nav hover */
  --bkgd: black; /* page bkgd, nav bkgd, button text */
}

body {
    background-image: url("../images/bkgd-blacke.jpg");
    background-repeat: repeat-x;
}
