.btn-primary {
  background: #007bff;
  color: white !important;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s ease;
  text-align: center;
}

.btn-primary:hover {
  background: #0056b3;
}
