:root {
  --background-color: rgb(30, 30, 30);
  --text-color: rgb(181, 206, 168);
  --glass-background: rgba(40, 40, 40, 0.6);
  --glass-backdrop-filter: blur(6px);
  --glass-shadow: rgba(17, 17, 17, 0.8);
  --icon-color: white;
  --font-weight: 300;
}

[data-theme="light"] {
  --background-color: rgb(255, 255, 255);
  --text-color: rgb(86, 122, 65);
  --glass-background: rgba(230, 230, 230, 0.4);
  --glass-backdrop-filter: blur(4px);
  --glass-shadow: rgba(150, 150, 150, 0.8);
  --icon-color: black;
  --font-weight: 300;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Cutive Mono', monospace;
  font-size: 18px;
  font-weight: var(--font-weight);
  background-color: var(--background-color);
  color: var(--text-color);
  text-align: center;
  justify-content: center;
  margin: 0;

  overflow-x: hidden;
}

.hidden {
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.25s ease-in-out, opacity 0.5s ease-in-out;
}

.show {
  transform: scale(1);
  opacity: 1;
}

@media only screen and (hover: none) and (pointer: coarse) {
  .hidden {
    transform: scale(1);
    opacity: 1;
    transition: none;
  }
}

.header {
    cursor: pointer;
    font-family: 'Major Mono Display', monospace;
    padding: 15px;
    font-size: 20px;
    text-align: right;
}

.title {
    max-width: 500px;
    font-family: 'Major Mono Display', monospace;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
}

.subtitle {
  font-family: 'Cutive Mono', monospace;
  margin-top: 20px;
  font-size: 20px;
  margin-left: 10px;
  /* width: 340px; */
}

.twitter {
  transform: scale(0.8) translateY(11px);
  width: 20px;
  margin-left: 10px;
  background: black;
  padding: 5px;
  border-radius: 5px;
}

.github {
  transform: scale(1.2) translateY(2px);
  margin-left: 10px;
}

.social-github-svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: var(--icon-color);
  mask: url(../img/icon/github.svg) no-repeat 0 center;
  mask-size: 26px;
  transform: translate(4px, 7px);
}

.appstore {
  margin-left: 8px;
  width: 21px;
  transform: translate(0, 5.4px);
}

.youtube {
  margin-left: 9px;
  width: 28px;
  transform: translate(0, 4.5px);
}

.title-app {
    font-size: 45px;
    margin-bottom: 50px;
}

.app-title {
    font-family: 'Major Mono Display', monospace;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    height: 40px;
}

.title-description {
    margin-bottom: 50px;
}

.paragraph {
    font-family: 'Cutive Mono', monospace;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 30px;
    text-align: left;
}

.paragraph li {
  margin-bottom: 30px;
}

.card-paragraph {
  font-family: 'Cutive Mono', monospace;
  margin-top: 15px;
  margin-left: 26px;
  margin-right: 26px;
  font-size: 26px;
}

.privacy {
    font-size: 20px;
}

.separator {
    font-family: 'Cutive Mono', monospace;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
}

.card-app-block {
    display: block;
    margin-bottom: 40px;
    margin-left: 10px;
    cursor: pointer;
    /* border: 1px solid gray; */
    /* background-color: #222; */
    /* border-radius: 30px; */
    /* box-shadow: 5px 5px 20px #111; */
    text-decoration: inherit;
    color: inherit;
    width: 320px;
    height: 450px;
    position: relative;
    padding-bottom: 10px;
}

.glass {
  background: var(--glass-background);
  border-radius: 30px;
  box-shadow: 3px 3px 10px var(--glass-shadow);
  backdrop-filter: var(--glass-backdrop-filter);
  -webkit-backdrop-filter: var(--glass-backdrop-filter);
  border: 1px solid rgba(100, 100, 100, 0.3);
}

.app-tag-container {
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 20px;
  height: 20px;
  color: var(--text-color);
}

.app-tag {
  height: 20px;
  fill: var(--text-color);
  margin-right: 5px;
}

.network-svg {
  width: 20px;
  height: 20px;
  background-color: var(--text-color);
  mask: url(../img/icon/network.svg) no-repeat center;
  mask-size: 19px;
}

.github-svg {
  width: 20px;
  height: 20px;
  background-color: var(--text-color);
  mask: url(../img/icon/github.svg) no-repeat 0 center;
  mask-size: 25px;
}

.appstore-svg {
  width: 20px;
  height: 20px;
  background-color: var(--text-color);
  mask: url(../img/icon/app.svg) no-repeat center;
  mask-size: 27px;
}

.app-payed {
  font-weight: bold;
  font-size: 20px;
  transform: translate(0, 3px);
}

.appstore-tag {
  transform: translate(0, 5px);
}

.web-tag {
  transform: translate(0, 5px) scale(0.8);
}

.apps-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  column-gap: 10px;
  padding: 10px;
  width: 100%;
  justify-content: center;
}

/* center horizontaly */
.nogrid {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -10px;
}

@media screen and (max-width: 710px) {
  .nogrid {
    flex-direction: column; /* use column on small displays */
  }
}

.category {
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-container {
  margin-top: 60px;
  margin-bottom: 50px;
}

.app-image {
    width: 200px;
    border-radius: 40px;
}

.no-cutoff {
  border-radius: 5px;
}

.smaller {
  transform: scale(0.9);
}

.applestore-image {
    margin-top: 40px;
}

.button {
    cursor: pointer;
    width: 140px;
    border-style: solid;
    border-color: var(--text-color);
    border-radius: 5px;
    border-width: 1px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 20px;
}

.screen-h {
    width: 400px;
    border-radius: 10px;
}
@media only screen and (max-width: 500px) {
    .screen-h {
        width: 80%;
    }
}

.screen-h-large {
    width: 800px;
    border-radius: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
    .screen-h-large {
        width: 380px;
    }
}

.screen-v {
    height: 500px;
    border-radius: 10px;
}

.screenshot {
    padding: 10px;
    display: inline-block;
    margin-top: 40px;
}

.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
@media only screen and (max-width: 900px) {
    .col-2 {
        display: block;
        width: 100%;
    }
}

.support-link {
    color: var(--text-color);
}

.container {
  /* position: relative; */
  padding-top: 60px;
}

.background-canvas {
  /* width: 100%;
  height: 100%;
  background-color: red; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(30, 30, 30);
  z-index: -1;
}

.hydrogen {
  /* background-color: #222; */
  width: 220px;
  margin-bottom: -19px;
}

.twitter-timeline {
  left: 0;
  right: 0;
  margin: auto;
}