@font-face {
  font-family: GothamPro;
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.eot);
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.woff2) format("woff2"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.woff) format("woff"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.ttf) format("truetype"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.eot?#iefix) format("embedded-opentype");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: GothamPro;
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Light.eot);
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Light.woff2) format("woff2"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Light.woff) format("woff"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Light.ttf) format("truetype"),
  url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Light.eot?#iefix) format("embedded-opentype");
  font-weight: 100;
  font-style: normal
}
body,html{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-image:linear-gradient(180deg, rgb(235, 234, 234) 5%, rgba(255,255,255,0) 40%); */
    background-color: black;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-user-select:none;
    user-select: none;
    /* font-family: sans-serif; */
    font-family: 'GothamPro';
}
* {
    box-sizing: border-box;
    font-size: 10px;
  }
  .htmlContainer{
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preview{
    background-image:linear-gradient(180deg, rgb(0, 0, 0) 5%, #0d0c14 50%);
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .preview .loding{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image:linear-gradient(180deg, rgb(39, 39, 39) 5%, rgb(0, 0, 0) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 3;
    } 
    .preview .loding #loadertxt{
      position: relative;
      color: white;
      font-size: 30px;
      font-weight: 900;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .preview .loding img{
      position: relative;
      width: 20rem;
      height: auto;
    }
    .screen {
      display: none;
    }
    .icons{
      position: absolute;
      display: flex;
      left: 10px;
      bottom: 5%;
    }
    
    @media only screen and (max-width: 900px) {
      .icons{
        bottom: 10%;
      }
    }
    @media only screen and (max-width: 400px)
    {

    }