.overlay-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* background-color: rgba(80, 80, 80, 0.5); */
  z-index: -1;
}

body.dark {
  background-color: #000;
  color: #fff;
}