.hidden-text {
  display: none;
}
.hidden-text:target {
  display: block;
}
