.primary-style {
  background-color: #d81e05!important;
  color: #dcdcdcfc!important;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.primary-style:hover {
  background-color: gray!important;
  color: white!important;
}
