
* { box-sizing : border-box; }

body {
  background: #111;
  color: #fff;
  font-family: sans-serif;
  font-weight:normal;
  font-size: 13px;
  margin:0;
  position: absolute;
  top:0;
  bottom:0;
  width: 100%;
}

h2::selection,
h3::selection {
  background: #ff619b; /* a nod to mr. irish */
}

h2, h3 {
  position: absolute;
  z-index: 1;
}

h3 { left : 0.769em; }

#slug {
  top : 75%;
  width: 100%;
  height: 1.5em;
  text-align: center;
}

#loading {
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

#three-box {
  position: absolute;
  top: 0.769em;
  right: 0.769em;
  bottom: 0.769em;
  left: 0.769em;
}