.own-bg {
 background-color: #474962;
}

.kraj {
  margin-left:0px ;
  margin-right: auto;
  width: 100%;
  display: flex;
}

p {
    margin-bottom: 2px; /* Nastaví dolní okraj odstavců na 2px */
  }
  
  p br {
    display: block;
    content: "";
    margin-bottom: 1em; /* Nastaví mezery pod <br> tagy na 2px */
  }
  
  .border_double{
    border: 10px double #474962;
    border-radius: 2em;
  }

.bg_whitesmoke {
  background-color: whitesmoke;
}

.card_img_top {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}