.toast {
  position: fixed;
  top: 0;
  z-index: 10;
  margin: 20px;
  padding: 10px;
  box-shadow: 0 11px 20px 0 rgb(0 0 0 / 30%);
  max-width: 50%;
  word-break: break-all;
  border-radius: 5px;
}