html {
  min-height: 100vh;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #212121;
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
  color: #383838;
  font-size: 23px;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background: transparent;
  color: inherit;
}
::selection {
  background: transparent;
  color: inherit;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #fce2b4;
}
::-webkit-scrollbar-thumb {
  background: #383838;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.div_clear {
  clear: both;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
a {
  outline: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
strong {
  font-weight: 400;
}
#container {
  position: relative;
  min-height: 100vh;
  background-color: #fce2b4;
  background-image: linear-gradient(45deg,transparent,rgba(255,255,255,0.5));
}
#android_mobile {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) rotate(-2deg);
  margin-right: 20px;
  padding: 12px;
  background-color: #383838;
  background-image: linear-gradient(45deg,transparent 0 73%,rgba(255,255,255,0.4) 74% 100%);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #383838;
  -moz-box-shadow: -7px 7px 15px rgba(0,0,0,0.3);
  -0-box-shadow: -7px 7px 15px rgba(0,0,0,0.3);
  -webkit-box-shadow: -7px 7px 15px rgba(0,0,0,0.3);
  box-shadow: -7px 7px 15px rgba(0,0,0,0.3);
  text-align: center;
}
.htmlvideo,
.canvas {
  display: inline-block;
  width: 243px;
  height: 432px;
  background-color: #383838;
  border-top: 50px solid #000000;
  border-bottom: 50px solid #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#content_infos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 500px;
  text-align: center;
}
#content_infos img {
  width: 140px;
  height: auto;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
h1 {
  margin: 0;
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 65px;
}
.slogan {
  max-width: 270px;
  margin: 13px auto 28px auto !important;
  transform: rotate(-4deg);
  font-size: 128%;
}
.slogan strong {
  padding: 0 5px;
  background-color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -0-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
p {
  margin: 13px 0;
  padding: 0;
  line-height: 1.2;
}
.soon {
  color: #ea7c3c;
}
#lk_social {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  border: 0;
  font-size: 32px;
  line-height: 1;
}
#lk_social li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#lk_social a {
  display: inline-block;
  color: #ea7c3c;
}
#lk_social a:hover {
  color: #383838;
}
.svgicons {
  display: inline-block;
  margin: 0 7px;
  width: auto;
  height: 1em;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
.copyright {
  font-size: 80%;
  color: #ea7c3c;
}
.copyright a {
  font-family: "Gloria Hallelujah", cursive;
  color: #ea7c3c;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 660px) {
  #android_mobile {
    position: unset;
    transform: translateY(0) rotate(-2deg);
    margin-right: 0;
    padding: 20px 0;
    background-color: unset;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -moz-box-shadow: none;
    -0-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .htmlvideo,
  .canvas {
    background-color: unset;
    border-top: none;
    border-bottom: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  #content_infos {
    position: unset;
    transform: unset;
    padding: 20px;
    max-width: 500px;
  }
}
