* {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #38383E;
  color: white;
  text-decoration: none;
}

input {
  color: #38383E;
  background-color: white;
  font-size: 50px;
  margin-top: 30px;
}

.numeron-form {
  text-align: center;
}

#numeron_btn {
  cursor: pointer;
}

.home-rule,
.home-start,
.rule-home,
.rule-start,
.numeron-home,
.numeron-rule {
  background-color: white;
  color: #38383E;
  padding: 10px;
  border-radius: 5px;
}

.home-rule:hover,
.home-start:hover,
.rule-home:hover,
.rule-start:hover,
.numeron-home:hover,
.numeron-rule:hover {
  background-color: red;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-title {
  font-size: 150px;
  text-align: center;
}

.rule-title {
  font-size: 50px;
  text-align: center;
  margin: 100px 0 100px;
}

.home-button-wrap,
.rule-button-wrap {
  text-align: center;
  margin: 100px 0 200px;
}

.three_number_wrap {
  padding: 50px;
}

.number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 30px;
}

.rival_num,
.my_num {
  border: solid 1px white;
  width: 300px;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 100px;
}

.eatBite_wrap {
  border-bottom: solid 1px white;
  height: 200px;
  font-size: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rule-text-wrap {
  text-align: center;
}

.rule-text-wrap p,
.rule-text-wrap img {
  margin-bottom: 20px;
}

.rule-arrow {
  font-size: 100px;
}
/*# sourceMappingURL=styles.css.map */