.logo{
  z-index: 99;
    position: absolute;
    width: 10%;
    left: 1%;
    top: 2%;
}
.carousel-inner img{
  height: 720px;
  object-fit: cover;
}
button.btn.my-button {
    background: #e71062;
    color: white;
}
ol.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-caption.d-none.d-md-block {
    background: #3054ac6b;
    padding: 15px;
    border-radius: 10px;
}