body {
  font-family: 'Kanit', sans-serif;
  background: linear-gradient(to right, #e8f5e9, #ffffff);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2e7d32;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #2e7d32;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.btn-custom {
  background-color: #2e7d32;
  color: white;
  border: none;
}

.btn-custom:hover {
  background-color: #1b5e20;
}
