body.app-landing-page {
  height: 100dvh;
}

.app-landing-page .background {
  background: url('../img/background.jpg') no-repeat center center/cover;
}

.app-landing-page .header-on-background {
  text-align: center;
  margin-bottom: 30px;
}

.app-landing-page .header-on-background .logo {
  width: 200px;
  margin-top: 60px;
}

.app-landing-page .header-on-background .presents {
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); */
  margin-bottom: 0;
}

.app-landing-page .container {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 20px;
  backdrop-filter: blur(5px);
}

.app-landing-page .app-icon {
  position: relative;
  margin: 24px 0;
  width: 300px;
  height: 300px;
  max-width: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 12px;
  background-size: cover;
}

.app-landing-page .app-icon {
  background-image: url('../img/app/Borg_logo_2017-gradient1.png');
}

.app-landing-page.learnbattle .app-icon {
  background-image: url('../img/app/LearnBattle.png');
}

.app-landing-page .description {
  text-align: left;
  padding: 10px;
}

.app-landing-page .description p {
  text-align: justify;
  margin: 6px 0;
}

.app-landing-page .description h3 {
  margin: 24px 0 6px 0;
  font-weight: normal;
}

.app-landing-page .description h4 {
  margin: 6px 0 6px 0;
  font-size: 12px;
}

.app-landing-page .description li {
  list-style: outside;
  padding-inline-start: 0;
  margin-left: 20px;
}

.app-landing-page .footer {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.app-landing-page .footer a, .app-landing-page .footer a:active, .app-landing-page .footer a:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}

.app-landing-page .legal-term {
  text-decoration: underline;
  text-decoration-style: dotted;
  font-weight: 300;
}

.app-landing-page .description p em {
  font-size: 0.85em;
}
