/* CSS Document */
/* MAB audit s.r.o*/
/* Klape */

/* Basic option*/
body {
  font-size: 12px;
  font-family: Verdana;
  background-color: #e9f2e6;
  margin: 0px;
}
strong {
  color: #00682e;
  font-weight: 700;
}
p {
  padding: 1rem 0rem;
}
.wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.vizitka {
  border: 2px solid #00682e;
  padding: 1rem 3rem;
  background-color: white;
  font-size: 1.2rem;
  position: absolute;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .vizitka {
    padding: 1rem 2rem;
    background-color: white;
    font-size: 1.2rem;
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    top: 50%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%);
  }
}
