.main-content {
  min-height: 80vh;
}

#wallet_container{
  width: 300px;
}

.carousel img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  background-color: #000;
}

@media (max-width: 768px) {
  .carousel img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .carousel img {
    height: 250px;
  }
}

.modal.fade .modal-dialog {
  transform: scale(0.8);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

.navbar-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
