.preloader-container {
  width: 99.9%;
  height: 99.9%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
