body {
  padding-top: 70px;
  font-family: 'Inter', sans-serif;
}

.hero {
  height: 90vh;
  background: linear-gradient(
      rgba(31, 111, 67, 0.85),
      rgba(31, 111, 67, 0.85)
    ),
    url("../images/farm.jpg") center/cover no-repeat;
}

.btn-warning {
  background-color: #E6B325;
  border: none;
  color: #2B2B2B;
}

.bg-success {
  background-color: #1F6F43 !important;
}