body {
  background-image: linear-gradient(to bottom, #3435b1, #535de8);
  /*background-image: linear-gradient(to bottom, #1d1d1f, #1d1d1f);*/
  min-height: 100vh; /* Ensures the gradient covers the full viewport height */
  margin: 0; /* Removes default body margin */
  /*font-family: 'Open Sans', sans-serif; */
  font-family: 'Roboto', sans-serif; /* Use the font and a fallback */
}
p {
  font-size: 4vw;
  color: white;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  max-width: 93vw;
}
h1 {
  font-size: 6vw;
  color: white;
  margin-top: 60px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  max-width: 93vw;
}
h2 {
  font-size: 5vw;
  color: white;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  max-width: 93vw;
}
td, th {
  text-align: center;
  color: white;
  font-size: 3vw;
}
.click {
  font-size: 3vw;
  color: white;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  max-width: 93vw;
}
.demo_link {
  color: white;
  margin-top: 40px;
  display: inline-block;
  font-size: 4vw;
}
.contact {
  color: white;
  text-align: center;
  margin-top: 7vh;
  margin-bottom: 4vh;
}
.icons_table {
  max-width: 60%;
  border: 0;
  margin-bottom: 30px;
}
.story {
  font-size 4vw;
  color: white;
  margin-top: 20px;
}
.regular_link {
  color: white;
}
.app_store {
  width: 70vw;
  max-width: 50%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
}
.logo {
  max-width: 40%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  margin: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.video {
  width: 80%;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  margin-top: 5px;
  margin-bottom: 5px;
}
.video_landscape {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  margin-top: 5px;
  margin-bottom: 5px;
}
.icon_link {
  margin: 20px;
}
.old_pearschool {
  max-width: 18%;
  max-height: 18%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.old_pearschool2 {
  max-width: 42%;
  max-height: 42%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (orientation: landscape) {
  .click {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 93vw;
  }
  .video {
    max-height: 90vh;
    width: auto;
  }
  .video_landscape {
    width: 60%;
  }
  .logo {
    max-width: 300px;
    margin: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .app_store {
    max-width: 200px;
  }
  .demo_link {
    font-size: 24px;
  }
  p {
    font-size: 16px;
    max-width: 50%;
  }
  h1 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  td, th {
    font-size: 16px;
  }
  .icons_table {
    max-width: 50%;
    border: 0;
  }
  .story {
    font-size: 24px;
  }
  .old_pearschool {
    max-width: auto;
    max-height: 15%;
  }
  .old_pearschool2 {
    max-width: auto%;
    max-height: 30%
  }
}
