body {
  background-image: url("../images/IMG_5870.jpeg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #302530;
}

.btn-custom {
  color: white;
  background-color: #025003;
  border-color: #025003;
}

/* .bg-image {
  background-image: url("images/background.jpg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #302530;
} */
