.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
