@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;
  color: #00B0DD;
  padding: 20px;
}
#number {
  margin: 0 auto;
  position: relative;
  width: 300px;
  height: 280;
  top: 20%;
  left: 0;
}
p {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 1;
}
h1 {
  font-size: 256px;
  line-height: 100%;
  font-weight: normal;
  color: #EE3124;
}

h3 {
  font-size: 18px;
  color: #EE3124;
  letter-spacing: 2px;
}

ul#number-btns {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#number-btns li{
  display: inline-block;
  padding: 2px 8px;
  background: #00B0DD;
}

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