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

body {
  background: #f5f5f5;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

#blazor-error-ui {
  background: #fff3cd;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.75rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
