.loader{
  width: 100%;
  position: fixed;
  height: 100%;
  background:white;
  z-index: 10000;
  transition: all 0.5s linear;
}
.load-element{
	top: 50%;
    left: 50%;
	position: fixed;
}

.img_loader{
  display:flex;
  justify-content:center;
}