body {
  font-family: "Roboto", serif;
}

.custom-border {
  border: 15px solid #f6f1d5;
  border-radius: 5px;
}

.whatsapp-icon-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.whatsapp-icon-floating-button i {
  font-size: 30px;
}

.bg-my-primary {
  background-color: #003216 !important;
}

.text-my-primary {
  color: #003216 !important;
}

.content-6 {
  background-color: #78ac8f !important;
  min-height: 300px;
}

.content-7 {
  min-height: 200px;
}

.instagram-icon i {
  color: #c13584;
  /* Ungu Instagram */
}

.whatsapp-icon i {
  color: #25d366;
  /* Hijau WhatsApp */
}

.form-control:focus {
  border-color: #78ac8f;
  box-shadow: 0 0 0 0.25rem rgba(120, 172, 143, 0.25);
  outline: none;
}

footer {
  padding: 20px;
}
