h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.page {
  background-image: url("./src/images/raining-money-40.gif");
  background-size: cover;
}

.block {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
  background-color: white;
  max-width: 600px;
  border: 5px solid black;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__form-title {
  margin: 40px 0 20px;
}
.container__form-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}
.container__form-button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-size: 30px;
  background-color: #67cf4d;
  color: white;
}
.container__form-button:hover {
  background-color: cadetblue;
}

.section__title {
  margin: 20px;
  font-size: 30px;
  text-align: center;
}
.section__result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 40px;
  justify-content: center;
  border: 5px dashed #4ed12d;
  width: 300px;
  height: 200px;
}
.section__result-count {
  font-size: 50px;
}

.legend {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.input {
  margin-top: 5px;
  max-width: 300px;
}

/*# sourceMappingURL=styles.css.map */
