.container {
  margin: 30px auto 30px auto;
}
h2 {
  text-shadow: 0px 0px 4px #7f7f7f, 0px 0px 4px #7f7f7f;
  color: #ffff00;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  font-family: "__Marvin_5";
  font-weight: 400;
}

table {
  width: 90%;
  max-width: 700px;
  font-family: "__Marvin_5";
  font-weight: 400;
  text-wrap: nowrap;

  margin: 0 auto;
  border-collapse: collapse;
  border: 5px solid transparent;
}

td {
  padding: 10px 5px;
  border: 3px dashed #ffffff;
}

tr .text {
  color: #fff;
  text-shadow: 1px 1px 0px #1616c8, -1px -1px 0px #1616c8, -1px 1px 0px #1616c8,
    1px -1px 0px #1616c8;
  font-size: 18px;
  line-height: 19px;
}

tr .cena {
  color: #ed1b23;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff,
    1px -1px 0px #fff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  width: 150px;
}

tr .bank {
  color: #ed1b23;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff,
    1px -1px 0px #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 180px;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}

.remarka {
  width: 90%;
  max-width: 700px;
  font-family: "__Marvin_5";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px #1616c8, -1px -1px 0px #1616c8, -1px 1px 0px #1616c8,
    1px -1px 0px #1616c8;
  z-index: 5;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 250px;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .remarka {
    font-size: 17px;
    line-height: 19px;
  }
  tr .text {
    font-size: 18px;
  }

  tr .cena {
    font-size: 24px;
    line-height: 24px;
  }

  tr .bank {
    font-size: 18px;
    line-height: 20px;
  }
}
