html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
  flex-shrink: 0;
  background-image: url('../images/BlazorLogo.png');
  width: 180px;
  height: 24px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.text-white {
  color: white;
}

.grey-background {
  background-color: grey;
}

.green-background {
  background-color: green;
}

.orange-background {
  background-color: orange;
}

.blue-background {
  background-color: blue;
}

.yellow-background {
  background-color: yellow;
}
