.overlayWhite {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 1);
  overflow-y: hidden;
}
