html, body {
  height: 100%;
  width: 100%x;
}

body{
  background: repeating-linear-gradient(
  -50deg,
  #909090,
  #909090 30px,
  #9b9b9b 30px,
  #9b9b9b 60px);
}
.backgroundDiv{
  width: 100%;
  height: 570%;
  float: 0;
  background: repeating-linear-gradient(
  -50deg,
  #909090,
  #909090 30px,
  #9b9b9b 30px,
  #9b9b9b 60px);
}


h1{font-size:75px;}
h2{font-size:50px;}
p{font-size: 20px;}
li{font-size: 15px;}
img.box{border: outset darkred 5px;}
a{font-family: Arial, Helvetica, sans-serif; font-size: 20px; text-shadow: 1px 1px #909090;}

h2.scratch21{
  font-family: 'Lucida Handwriting', cursive; 
  color:#a1ca25;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    2px 2px 0 #000;}
p.scratch21{
  font-family: "comic sans MS";
  color: mediumseagreen;
  text-shadow:
    1px 1px 0 black;}
li.scratch21{
  font-family: "comic sans MS";
  color:mediumseagreen;
  text-shadow: 1px 1px 0 black;}


h2.galact{
  font-family: 'Corbel', sans-serif; 
  color:white;
  text-shadow: 
  -1px -1px 0 #000,
  0px -1px 0 #000,
  0px 1px 0 #000,
  5px 3px 0 purple;
}
p.galact{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color:white;
  text-shadow:
    -1px -1px 0 purple,
    1px -1px 0 purple,
    -1px 1px 0 purple,
    1px 1px 0 purple;}
li.galact{
  color:purple;
  font-family: Verdana, Geneva, Tahoma, sans-serif;}


h2.taxxon{
  font-family: 'Courgette', cursive;
  color:#e600bf;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;}
p.taxxon{
  color:palevioletred;
  text-shadow: 1px 1px 0 black;
	font-family: 'Courgette', cursive;}
li.taxxon{
  color: palevioletred ;
  text-shadow: 1px 1px 0 black;
  font-family: 'Courgette', cursive;}


h2.nostraightanswer{
  font-family: 'Lucida Console', monospace;
  color:#e9e6ef;
  text-shadow: 
  -3px -2px 0 #6f36cf,
  3px 2px 0 #de2b63,
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;}
p.nostraightanswer{
  font-family: 'Lucida Console', monospace;
  color:#e9e6ef;}
li.nostraightanswer{
  font-family: 'Lucida Console', monospace;
  color:#e9e6ef;}
