@media screen and (orientation: portrait) {

  html,body {

    width: 100%;

    height: 75%;

  }

}







@media screen and (orientation: landscape) {

  html,body {

    width: 100%;

    height: 100%;

  }

}



    html,body {

  margin: 0px;
  border: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
overflow: hidden;
    }

    [tabindex] {

      outline: none !important;

    }