@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: 50%;
  height: 3.5rem;
  object-fit: contain;
}

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