#blurry.show {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: white;
  opacity: 0.7;
  transition: all 0.7s;
}