html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  color: #f8fafc;
}

a {
  color: inherit;
}

#toast-container {
  position: fixed;
  inset: 24px 24px auto auto;
  z-index: 1200;
}
