body.mySwal_body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #f7f9fc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
button.mySwal_btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background-color: #4a90e2;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(74, 144, 226, 0.4);
  transition: background-color 0.3s ease;
  font-weight: 600;
}
button.mySwal_btn:hover {
  background-color: #357ABD;
}
