body {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  font-family: 'Poppins', sans-serif;
}

.card {
  background: #fff;
  border-radius: 20px;
  border: none;
}

.contact-info {
  background: #fff5f5;
  border-radius: 12px;
  padding: 10px 15px;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info p {
  margin: 0;
}

.btn {
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
