.container {
  max-width: 100% !important;
}

.header {
  background-color: #fde3e3;
}

.coinBox {
  text-align: center;
  border: 1px dotted #e0e0e0;
  background-color: #fff;
  padding: 1em 0;
}

.coinBox.getCoin {
  background-color: #8cd5ff;
}

.coinBox .form-check .form-check-input {
  float: none;
}
/*# sourceMappingURL=style.css.map */