body {
  background-color: var(--dynamic-app-background);
  inset: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
}

/* ================================ Loading Div ================================ */

#loading {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  background: var(--dynamic-app-background);
}

#loading svg {
  height: 24px;
  width: 24px;
  stroke: var(--dynamic-app-highlight);
  margin: auto;
}
