.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1E2A38;
  opacity: 0.2;
  z-index: 1001;
}

.overlay.show {
  display: block
}