/* line 3, ../sass/style.scss */
.hide {
  display: none;
}

/* line 7, ../sass/style.scss */
.value {
  font-size: 250px;
  margin-top: 30px;
}

/* line 12, ../sass/style.scss */
a.button {
  margin-right: 5px;
  background: #232825;
  border: none;
  padding: 5px 10px;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "BebasNeueRegular",times,sans-serif;
  color: #fff !important;
  text-decoration: none;
}
