body {
  background-image: url('/records/frontend/style/images/eshopBackgroundMobil.jpeg');
  background-repeat: repeat;
  background-size: contain;
  overflow-x: hidden;
}

@font-face {
  font-family: myOwnFont;
  src: url(/eshop/style/AYearWithoutRain.ttf);
}

nav a {
  font-family: myOwnFont;
}


.myHeader {
  /* background: linear-gradient(120deg, #021019, #333233); */
  background-image: url('/eshop/style/eshopIcons/logoBc.png');
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myHeader img {
  width: 50vh;
  height: auto;
}

.textBody {
  margin: 2vh 0 2vh 0;
  background-color: #343131;
  color: #c7c7c7;
  text-align: center;
  width: 98%;
  margin-left: 1%;
  padding: 2vh;
}

.textBody:where(h1, h2, h3, p) {
  font-family: sans-serif;
}

.textBody ul li a {
  font-family: sans-serif;
  font-size: x-large;
}

.textBody ul li {
  margin-top: 2vh;
  font-family: sans-serif;
  font-size: x-large;
}

footer a {
  text-decoration: none;
  color: white;
}

p {
  margin: 0 0 0 0;
}

.iconsContact img {
  width: auto;
  height: 5vh;
  background-color: white;
}

.btn {
  background-color: white;
}

.download-button {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 2vh;
  height: 5vh;
  background-image: linear-gradient(#94C442, #145203);
  border: none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: flex;
  font-size: x-large;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 1px 3px 0px #145203;
}

@media (max-width: 768px) {
  .download-button {
    width: 96%;
    margin-left: 2%;
  }
}
.navbar-brand {
  font-size: xx-large;
  padding-left: 5vh;
}

iframe {
    width: 100%;
    height: 100vh;
    border: none;
}
