body {
  font-family: Arial, sans-serif;
  background: #fffaf0;
  color: #333;
  text-align: center;
}

header {
  background: #ffcc70;
  padding: 20px;
}

section {
  padding: 20px;
}

footer {
  background: #ffcc70;
  padding: 10px;
}
label {
  display: block;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}
.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
}
.instagram-btn {
  display: inline-block;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
}

.instagram-btn:hover {
  opacity: 0.9;
}

.small-text {
  font-size: 13px;
  color: #555;
}
img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 15px;
}
button,
.whatsapp-btn,
.instagram-btn {
  width: 100%;
  max-width: 320px;
  margin: 10px auto;
  display: block;
} input,
select,
textarea {
  font-size: 16px;
}
@media (max-width: 600px) {

  header h1 {
    font-size: 28px;
  }

  section {
    padding: 15px;
  }

  form {
    width: 100%;
    padding: 15px;
  }

  .whatsapp-float,
  .instagram-float {
    bottom: 15px;
    right: 15px;
  }

  .instagram-float {
    bottom: 80px;
  }
}header p {
  font-size: 16px;
  margin-top: 5px;
}




