@font-face 
{
  font-family: "Chlorine";
  src: url("/fonts/fontfoundry/df66c___.ttf") format("truetype");
}

body{
  background:black;
  color: white;
}
header { text-align: center; padding-top:16px}
main { padding: 8px;}

h1, h2
{
  /*color: #0099FF;*/
  color:#33ff33;
  font-family: "Chlorine";
  text-align: center;
 
}
h1 {padding-top: 16px; }
h2 {padding-top:32px;}
.light-mode h1, 
.light-mode h2
{
  color: #0099FF;
}
h3 {text-align:center;}
.chlorine{font-family:"Chlorine";}
h1 {font-size: 1.75em;}
h2 {font-size: 1.25em;}
header h1, header p
{
  margin: 0;
  line-height: 1;
}
