/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 25px;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  background-color: #000;
}