

p {
  margin: 1.5em 0;
  color: #000;
}

a {
  color: inherit;
}

a:hover {
  color: #bbb;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  padding: 1em;
  background: rgba(255, 255, 255, 255);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
    font-family: sans-serif;
    padding: 0 1em;
    font-size: 19px;
    color: #000;
  text-align:center;
}