
body {
  background-color: black;
  margin: auto;
  color: #cccccc;
  text-align: justify;
  font-size: 1em;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #100020;
  background-image: url("home_files/darkNoiseBkgd.png"); }
ul {
  padding-left: 2em;
  list-style: disc; }
strong{
  color: #ccaaff; }
a {
  color: #8866ff; }
a:visited {
  color: #cc44ff; }
img {
  border-style: none; }
.blockDanekiPage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #888888;
  background-color: black;
  background-image: url("home_files/noiseBkgd.png");
  width: 900px; 
  height: 200px;
  margin: auto; 
  padding: 0em 1em; }
.gameScrFltRgt {
  float: right;
  margin: 1em; 
  margin-right: 0em; }
#page {
  margin: auto;
  width: 900px; }



/* ------------------------- Header - Footer ------------------------------- */

#header, #footer {
  background-color: black;
  text-align: center; }
#header {
  padding-top: 15px;
  padding-bottom: 0px;
  margin: 0px; 
  margin-bottom: 4em; }
#header hr {
  margin-top: 10px; }
#footer {
  background-image: url("home_files/noiseBkgd.png");
  margin-top: 50px;
  padding-bottom: 10px;
}


/* ------------------------------ Titles ----------------------------------- */

h1, h2 {
  text-align: center;
  color: #ffccff;
  font-family: 'Averia Serif Libre', monospace;
  font-weight: bold;
  text-shadow:
    0 0 10px #ff00dd,
    0 0 20px #ff00dd,
    0 0 30px #ff00dd,
    0 0 50px #ff00cc,
    0 0 50px #ff00cc; }
h1 {
  font-size: 3em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
h2 {
  font-size: 2.5em;
  margin-top: 2em;
  margin-bottom: 1em; }
h3 {
  font-family: 'Averia Serif Libre', monospace;
}

