html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  background-color: green;
  background: url("../img/bg.webp") center bottom no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  padding: 0px;
}
.rootContainer {
  float: left;
  width: 100%;
  height: 100%;
}
.logo {
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  padding: 8% 0;
  margin-left: 0%;
}
.downloadBtn {
  position: fixed;
  top: 8%;
  width: 100%;
}
.downloadimg {
  background: url(../images/download_mobile.png) no-repeat;

  padding: 5% 0;
  margin-left: 75%;
  width: 25%;
}

.downloadimg1 {
  background: url(../images/download_pc.png) no-repeat;

  padding: 5% 0;
  margin-left: 75%;
  width: 25%;
}

.downloadimg2 {
  background: url(../images/download_Printer.png) no-repeat;

  padding: 5% 0;
  margin-left: 75%;
  width: 25%;
}

.download_Printer {
  background: url(../images/download_Printer.png) no-repeat;

  padding: 5% 0;
  margin-left: 75%;
  width: 25%;
}
