body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  color: #333;
}

/* Contact section styling */
.main {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05rem;
  line-height: 1.8;
  white-space: pre-wrap; /* preserves line breaks */
  text-align: left;
}

/* Styling for contact emojis/text if needed */
.main::before {
  content: '';
  display: block;
  height: 10px;
}

/* Responsive iframe (Google Map) */
.main iframe {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
}
