body {
  color: #fff;
  font-family: "Open sans";
  font-size: 24px;
  font-weight: 300;
}
h1 {
  font-weight: 300;
  color: #BEDB39;
  text-align: center;
  margin: 25px 0;
}
#board {
  display: block;
  margin: 0 auto;
  width: 600px;
  height: 650px;
}
#result {
  background-color: #2980b9;
  width: 570px;
  height: 60px;
  margin: 0 auto 20px auto;
  padding: 0 15px;
  line-height: 60px;
}
#result span#goal {
  float: right;
}
.overTheLimit {
  color: #c0392b;
}
#copy {
  background-color: #2980b9;
  width: 600px;
  height: 60px;
  margin: 20px auto 0 auto;
  line-height: 60px;
  text-align: center;
}
