
.toaster-root {
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: red;
  padding: 20px;
  border-radius: 20px;
  color: white;
  z-index: 9999;
}

.toaster-root.success {
  background-color: greenyellow;
  color: black;
}

