body {
  height: 100%;
  margin: 0;

  background-color: whitesmoke;
}
.centerFrame {
  background-color: white;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  font-size: 25px;
}
.centerFrame h1 {
  font-size: 50px;
}
.centerFrame a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.introPreview {
  line-height: 0.5;
}
.appLogo {
  float: center;
  width: 15%;

  -webkit-filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.25));
}
.appScreenshot {
  float: center;
  width: 75%;
}
.appVideo {
  width: 75%;
  border-radius: 40px;
  overflow: hidden; 
  border: 10px solid whitesmoke;

  -webkit-filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.25));
}
.appPreview {
  height: 160px;
}
.appLink {
  width: 25%;
}
.announcement {
  font-size: 90%;
}
.announcement a {
  color: blue;
}
.moreInfo {
  position: absolute;
  top: 92.5%;
  left: 50%;
  transform: translate(-50%, -92.5%);
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  font-size: 200%;
}
@media (orientation: portrait) {
  .centerFrame {
    font-size: 50px;
  }
  .centerFrame h1 {
    font-size: 100px;
  }
  .intro {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .appLogo {
    width: 20%;
  }
  .appVideo {
    border: 0;
  }
  .appLink {
    width: 35%;
  }
}
@media (max-width:1484px) and (orientation:landscape) {
  .centerFrame {
    font-size: 18px;
  }
  .centerFrame h1 {
    font-size: 36px;
  }
}

#content {
  max-width: 70rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18px;
}

#content p {
  line-height: 2;
}

.release {
  display: table;
  border-radius: 9999px;
  font-size: 24;
  padding: 5;
  margin-right: auto;
  margin-left: auto;
}
hr {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.appMoreScreenshotsContainer {
  float: center;
  display: flex;
  align-items: center;
  max-width: 70rem;
  padding-bottom: 1rem;
}
.appMoreScreenshotsLandscape {
  max-width: 30%;
  max-height: 11rem;
  margin: auto;

  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
}
@media (orientation: portrait) {
  #content {
    font-size: 24px;
  }
  .release {
    font-size: 36;
  }
}
@media (max-width:1484px) and (orientation:landscape) {
  #content {
    font-size: 12px;
  }
}
ul {
  line-height: 2.0;
}
.linksContainer {
  text-align: right;
  word-spacing: 25;
}
.link {
  word-spacing: 0;
}

#footer {
  padding-left: 16rem;
  padding-right: 16rem;
  padding-bottom: 16px;
  color: rgba(0,0,0,0.5);
  text-align: center;
}
h1 {
  font-size: 54;
}