body,
html {
  position: static;
  margin: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 0px;
  color: #000000;
  background-color: white !important;
  font-family: "Baloo Tamma 2", system-ui;
  transform: translate3d(0, 0, 0);
  overflow-x: hidden;
  overflow-y: auto;
}
@supports (-webkit-touch-callout: none) {
  body,
  html {
    height: calc(100vh + 30px);
  }
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: inherit;
  scroll-behavior: smooth;
  font-family: "Baloo Tamma 2", system-ui;
  outline: none !important;
  scrollbar-width: none;
}
*::-webkit-scrollbar,
*:before::-webkit-scrollbar,
*:after::-webkit-scrollbar {
  display: none;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width:767px) {
  img {
    object-position: center top;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  img {
    object-position: center top;
  }
}
img.centered {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 95vw;
}
.half {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 49vw;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .half {
    width: 100vw;
    height: 380px;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .half {
    width: 100vw;
    height: 380px;
  }
}
.info {
  font-size: clamp(20px, 3vh, 50px);
  line-height: clamp(20px, 3vh, 50px);
  left: 50%;
}
@media screen and (max-width:767px) {
  .info {
    left: 0px;
    top: 340px;
    font-size: clamp(20px, 2.5vh, 50px);
    line-height: clamp(20px, 2.5vh, 50px);
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .info {
    left: 0px;
    top: 340px;
    font-size: clamp(20px, 2.5vh, 50px);
    line-height: clamp(20px, 2.5vh, 50px);
  }
}
@media print {
  .info {
    top: 30px !important;
    height: unset !important;
  }
}
.content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: 70vh;
}
.content p {
  margin-left: 3.2em;
  text-indent: -3.2em;
}
@media screen and (max-width:767px) {
  .content {
    left: 20px;
    width: calc(100% - 20px);
    margin: 0px;
    height: unset;
    bottom: unset;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .content {
    left: 20px;
    width: calc(100% - 20px);
    margin: 0px;
    height: unset;
    bottom: unset;
  }
}
@media screen and (max-width:767px) {
  h1 {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  h1 {
    display: none;
  }
}
@media print {
  a {
    text-decoration: none;
    color: #000000;
  }
}
