.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F8FA;
  z-index: 9998;
  text-align: center;
}

.plane-container {
  position: absolute;
  top: 50%;
  left: 50%;
}