#details {
  position: fixed;
  top: 20%;
  width: 95%;
  max-width: 600px;
  height: auto;
  background-color: black;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: lime;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 2;
  box-shadow: 0 0 10px rgb(255, 255, 255, 0.8);
}