.load {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #000000;
  text-align: center;
  color: #ffffff;
  top: 0;
}
#load__container {
  margin: 0 auto;
  width: 70%;
  height: 2px;
  position: absolute;
  left: 15%;
  top: 45%;
}
