body {
  background-color: rgb(50,0,50);
  color: rgb(200,200,200);
  font-size: 4em;
  line-height: 1;
  padding: 1em 2em;
}
h1 {
  font-size: 1em;
  font-weight: normal;
}
h1 {
  color: rgb(100,100,100);
  margin: 0 0 1em 0;
}
p {
  font-size: 1em;
  margin: 0.5em 0 0 0;
}
ul li {
  font-size: 1em;
  line-height: 1;
}
p.browser {
  font-size: 50%;
  margin: 1em 0 0 0;
}
/* sample classes that will call a matching web font family if one is defined elsewhere */
#dejavu-serif {
  font-family: "DejaVu Serif", "DejaVu Serif Regular";
  font-weight: normal;
  font-style: normal;
}
#dejavu-serif-italic {
  font-family: "DejaVu Serif", "DejaVu Serif Italic";
  font-weight: normal;
  font-style: italic;
}
#dejavu-serif-bold {
  font-family: "DejaVu Serif", "DejaVu Serif Bold";
  font-weight: bold;
  font-style: normal;
}
#dejavu-serif-bold-italic {
  font-family: "DejaVu Serif", "DejaVu Serif Bold Italic";
  font-weight: bold;
  font-style: italic;
}
#dejavu-serif-condensed {
  font-family: "DejaVu Serif Condensed", "DejaVu Serif Condensed Regular";
  font-weight: normal;
  font-style: normal;
}
#dejavu-serif-condensed-italic {
  font-family: "DejaVu Serif Condensed", "DejaVu Serif Condensed Italic";
  font-weight: normal;
  font-style: italic;
}
#dejavu-serif-condensed-bold {
  font-family: "DejaVu Serif Condensed", "DejaVu Serif Condensed Bold";
  font-weight: bold;
  font-style: normal;
}
#dejavu-serif-condensed-bold-italic {
  font-family: "DejaVu Serif Condensed", "DejaVu Serif Condensed Bold Italic";
  font-weight: bold;
  font-style: italic;
}

