#alert {
  position: absolute;
  display: none;
  width: 30%;
  height: 20%;
  left: 35%;
  top: 35%;
  z-index: 3;
  background: white;
  box-shadow: 0 0 20px -4px black;
  border-radius: 6px;
  padding: 1em;
}