:root {
  --background:#b9b9b9;
  --backgroundimg: url(../images/backgrounds/blackflannel.jpeg);

  --color:#403d39;

  --link:#bf0915;
  --linkhover:#e7515b;

  --innercolor:#ffffff;

  --buttonbg:#252422;
  --buttonbghover:#ffffff;
  --buttonlink:#e7515b;
  --buttonlinkhover:#403d39;
  --buttonshadow: 0 0 15px 5px #403D39;
  --buttonshadowhover: 0 0 15px 5px #ffffff;

  --selection:#ffffff;
  --selectionbg:#bf0915;
}

.inner {
  border-width:7px;
  border-style:solid;
  border-image: url("../images/borders/pixborder.png") 8 fill round;
  border-image-outset: 3px;

}

/* Start https://www.cursors-4u.com */
* {cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1058.cur), auto !important;}
/* End https://www.cursors-4u.com */