.contact-page {
  display: flex;
  justify-content: center;
}

.contact-section {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.contact-section h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.contact-description {
  color: #555;
  margin-bottom: 1.5rem;
}

.contact-card {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
