/* Add custom css here */

html {
  scroll-behavior: smooth;
}

.flex-center-full-width-height {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.toast-s1 {
  display: block;
  position: fixed;
  z-index: 1;
  right: 0;
}
