/* contact specific styles */
.contact-form {
  background-color: var(--bg-alt, #f9f9f9);
  padding: 2rem;
  border-radius: 8px;
}
