#layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 2, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}