body {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  background-color: #61aac3;
  background-image: url("./logo23.png");
  background-size: 20%;
  font-family: Arial, Helvetica, sans-serif;
}

.latajacy {
  margin-top: 5px;
  display: block;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  height: 35px;
  max-height: 35px;
  overflow: hidden;
  z-index: 2;
  animation: latajacy_obrazek 1 5s ease-in-out;
}

img {
  width: 100%;
  height: 100%;
}
@keyframes latajacy_obrazek {
  0% {
    visibility: visible;
    left: 0%;
    top: 1%;
  }
  25% {
    left: 100%;
    transform: translate(-100%);
    top: 1%;
  }
  50% {
    left: 0%;
    transform: translate(0%);
    top: 1%;
  }
  75% {
    left: 100%;
  }
  /* transform: translate(-100%);
      top: 1% */
  100% {
    left: 50%;
    top: 1%;
    transform: translate(-50%);
  }
}
.wybor {
  box-sizing: border-box;
  display: block;
  margin: 9% auto;
  width: 90%;
}

.admin,
.ShopingList,
.faktury,
.ftp,
.wyszukiwarkaMszy {
  box-sizing: border-box;
  margin: 10px auto;
  border-radius: 6px;
  border: 2px solid rgb(48, 118, 172);
  width: 100%;
  padding: 5px 0;
  background-color: #61aac3;
}

a {
  display: block;
  width: 100%;
  height: 35px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
}

.stopka {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  color: beige;
  overflow: hidden;
}

.stopka p {
  display: block;
  font-size: 16px;
  margin-block: 2px;
}

@media (min-width: 900px) and (orientation: landscape) {
  .body {
    width: 100vw;
  }
}
@media (min-width: 650px) and (max-width: 899px) and (orientation: landscape) {
  body {
    width: 100vw;
  }
  .stopka p {
    font-size: 15px;
  }
}
@media (orientation: portrait) {
  body {
    min-width: 300px;
    width: 100vw;
  }
  .latajacy {
    height: 26px;
    width: 200px;
  }
  img {
    width: 80%;
    height: 80%;
  }
  .wybor {
    margin: 0 auto;
    padding-top: 30px;
  }
  .stopka p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */