.my-btn {
  background-color: #3085d6 !important;
  color: white !important;
  transition: background 0.3s;
}
.my-btn:hover {
  background-color: #2563eb !important;
}
