@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);
/*$h: 512px;
$w: 950px;*/
.font-styles, body, h1 {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  color: #FDBB30;
  background-color: #130C0E;
  padding: 20px;
}
#question {
  margin: 0 auto;
  position: relative;
  width: 600px;
  height: 100px;
  top: 20%;
  left: 0;
}
p {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 1;
  color: #EC008C;
}
h1 {
  font-size: 72px;
  /*position: relative;*/
}
h1 span {
  position: absolute;
  top: 0;
  text-align: right;
  min-width: 80px;
}

#xValue {
  left: 0;
}
#multiplier {
  left: 100px;
  opacity: 0.6;
}
#yValue {
  left: 200px;
}
#answer {
  left: 320px;
  color: #7AC143;
}

ul#sets, ul#speed {
  color: #130C0E;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#sets li, ul#speed li {
  display: inline-block;
  padding: 2px 8px;
  background: #EC008C;
}

ul#speed li {
  font-size: 13px;
}
footer {
  position: absolute;
  bottom: 100px;
  left: 20px;
}
