.modal-btn{
  transition: 0.3s;
}

.modal-btn:hover{
  background-color: #ff5f13;
  color: white;
}