body {
  font-family: 'Poppins', sans-serif;
  background: #F9F9F9;
  color: #333332;
}

.btn-primary {
  background-color: #D2275B;
  border: none;
}

.btn-primary:hover {
  background-color: #b81f4f;
}

.card {
  border-radius: 12px;
}

h1,h2,h3 {
  font-weight: 600;
}
