@charset "utf-8";


.custom-button {
  background-color: rgb(0, 25, 255);
  color: #fff;
}

.carousel-item img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}


.portfolio-container .card-img-top {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}


