body{
    background-color: lightgray;
}
.kozep{
    text-align: center;
}

p{
    text-align: justify;
}

.felkover{
    font-weight: bold;
}

.carousel-inner {
  height: 450px;
}

.carousel-item img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .carousel-inner {
    height: 300px;       
    max-height: 300px;  
  }

  .carousel-item img {
    width: 100%;       
    height: auto;       
  }
}

@media (min-width: 768px) {
  .carousel.slide.w-md-50 {
    width: 50% !important;
  }
}