/**
 * @author Drew McConville (https://x.com/drew_mc)
 * @source http://bettermotherfuckingwebsite.com/
 * @license satire, parody
 *
 * This CSS was copied verbatim from bettermotherfuckingwebsite.com and two
 * modifications were made to align better with the author's intent:
 *  - `background-color: #eeeeee`
 *     I would've even made this site's background a nice #EEEEEE
 *     if I wasn't so focused on keeping declarations to a lean 7 fucking lines.
 *  - `max-width: 600px`
 *     Keep it to a nice 60-80 and users might actually read
 *     more than one sentence of your worthless dribble.
 *
 * If you are the author of this CSS and this use bothers you, file an issue and
 * this CSS will be replaced, no questions asked. If you are offended by the use
 * of the word `fucking` in the css, write your own fucking hhvm documentation.
 */

body {
  margin: 40px auto;
  max-width: 600px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
  background-color: #eeeeee;
  padding: 0 10px;
}

h1,
h2,
h3 {
  line-height: 1.2;
}
