@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);

body, h1, h3 {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
}

html, body {
  height: 100%;
}
body {
  position: relative;
  background: #130C0E;
  color: #FDBB30;
  padding: 20px;
}
p {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 1;
  max-width: 600px;
}
ul.groups {
  list-style: none;
  display: inline-block;
  width: 80px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
ul.groups li{
  display: block;
  padding: 2px 5px 2px 10px;
  color: #130C0E;
  background: #FDBB30;
  margin-bottom: 2px;
}

footer {
  position: absolute;
  bottom: 100px;
  left: 20px;
}
