#carouselExampleCaptions {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    text-align: center;
    max-height: 900px;
}
body{
  background-color: white;
}

.modal-content {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 100%;
}
.carousel-indicators{
  opacity: 0.9;
}
.card-text{
  text-align: center;
    font-family: 'Varela Round', sans-serif;

}
.galeria-tekst{
  background-color: white;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  font-size: 21px;
  font-family: 'Varela Round', sans-serif;
}
.card-body{

  border-radius: 10px;

}
.opis{
  font-size: 25px;
  font-family: 'Varela Round', sans-serif;
}
.row{
  text-align: center;
}
