.my-btn {
  display: block !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #fa3d3d !important;
  transition: all 0.2s ease-in 0s !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.my-btn:hover {
  color: #fff !important;
  background-color: #f52b2b !important;
  transform: scale(1.1) !important;
}
