@media only screen and (min-width: 275px) {
  .bg-app {
    width: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .bg-app {
    min-width: 750px;
    width: 100%;
  }
}

.main-img{
  width: 100%;
  height: auto;
}

.down-button-img{
  margin: auto;
  display: block;
  width: 60%;
  height: auto;
  object-fit:contain;
}

.contact-service {
  position: fixed;
  right: 10px;
  top: 0px;
  width: 80px;
}
.float-bar-container {
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 0px;
  right: 0px;
  /* bottom: 1.5rem; */
  /* height: 3rem; */
  /* display:flex; */
  /* justify-content: center; */
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-color: black;
}
