@charset "UTF-8";
@import url(../css/aos.css);
@import url(../fonts/fonts.css);
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url(../images/background.svg) left center no-repeat #1A1A1A;
  color: #FFF;
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
  text-rendering: optimizeLegibilityð;
}

#app {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .content {
  width: 785px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#app .content .punkwork {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .content .punkwork img {
  width: auto;
}

#app .content .punkwork .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .content .punkwork .text img {
  -webkit-animation: spin 18s linear infinite;
          animation: spin 18s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#app .content .punkwork .hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .content .text {
  width: 440px;
  z-index: 1;
}

#app .content .text h1 {
  font-family: 'akira_expandedsuper_bold';
  font-size: 30px;
  font-weight: normal;
}

#app .content .text p {
  line-height: 1.8;
  text-align: justify;
}

#app .content .text a {
  color: #FFF;
  font-weight: 700;
}

@media (max-width: 860px) {
  #app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #app .content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
  #app .content .punkwork {
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 230px 0 80px 0;
    contain: layout;
  }
  #app .content .punkwork img {
    width: 80%;
  }
  #app .content .text {
    width: 100%;
  }
}
/*# sourceMappingURL=app.css.map */