@import url("https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: green;
  font-family: 'ZCOOL QingKe HuangYou', cursive;
}

body, html {
  width: 100%;
  height: 100%;
  min-height: 690px;
  background-color: #1a1a1a;
  padding: 0px;
  margin: 0px;
}

#example_background {
  display: none;
}

#intro_background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intro_background .start {
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid green;
}

#intro_background .desc {
  text-transform: none;
}

.modal_background {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 690px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 40px;
  text-transform: uppercase;
  padding: 5%;
}

.modal_background .type_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal_background .type_wrap .example_btn {
  font-size: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid green;
  text-align: center;
  cursor: pointer;
  width: 200px;
  min-width: 150px;
  height: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.modal_background .type_wrap .example_btn:hover {
  font-size: 30px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .dashboard {
  width: 100%;
  height: 150px;
  padding: 25px 0px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}

.container .dashboard .nav {
  border: 2px solid rgba(255, 255, 255, 0.05);
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container .dashboard .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 35px;
  line-height: 40px;
}

.container .dashboard .start_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.container .dashboard .adjust_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.container .dashboard .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container .dashboard .btn {
  font-size: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid green;
  text-align: center;
  cursor: pointer;
  width: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container .dashboard .size_btn, .container .dashboard .speed_btn {
  width: 150px;
}

.container .dashboard .show_example_btn {
  width: 200px;
}

.container .grid {
  border: 1px solid green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .grid .box {
  border: 1px solid green;
  background-color: white;
}

.container .grid .box-dead {
  background-color: #1a1a1a;
}
/*# sourceMappingURL=style.css.map */