/*<editor-fold desc="Basic">*/
html, body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #000;
  font-family: Arial, sans-serif;
  user-select: none;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #EEE;
}
body::-webkit-scrollbar-track {
  background-color: #CCC;
}
body::-webkit-scrollbar-thumb {
  height: 25%;
  background-color: #000;
}

/*</editor-fold>*/
/*<editor-fold desc="Soon Page">*/
.deck-soon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
}
.deck-soon .content {
  margin: auto;
  text-align: center;
}
.deck-soon .content .app-logo {
  display: table;
  margin: 0 auto 20px;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.deck-soon .content .app-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/app-logo-1.png") center no-repeat;
  background-size: cover;
}
.deck-soon .content h1 {
  display: block;
  font-size: 28px;
  color: #FFF;
}
.deck-soon .content h1 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.deck-soon .content .message {
  display: none;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
}
.deck-soon .content .message p {
  text-decoration: underline;
}
.deck-soon .content ul {
  display: table;
  margin: 10px auto;
}
.deck-soon .content ul::after {
  content: "";
  display: block;
  clear: both;
}
.deck-soon .content ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.deck-soon .content ul li a {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #FFF;
}

/*</editor-fold>*/

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