.loading {
  position: fixed;

  width: 100%;
  height: 100%;

  top: 0;

  background: var(--bg-primary);

  display: flex;
  align-items: center;
  justify-content: center;
}
