.makeing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.loading {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0.5em 0.5em 0.7em #333;
  border-radius: 3em;
  z-index: 102;
  background-image: url("/images/load.gif");
  width: 74px;
  height: 69px;
}
