.background { /* the whole background */
  background-color: black !important;
}
.text {  /* all text */
   color:darkgray !important;
   text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px ##ffffff, 1px 1px 10px ##ffffff;

}
.text_title {  /* all titles */
  color: white !important;
  text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, 1px 1px 4px #ffffff;
}
.text_caption {  /* Caption in the page like "Videos" */
  color: white !important;
  text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, 1px 1px 4px #a5a5a5 !important;
}
.text_normal {  /* all normal text except menu */
  color: lightgrey !important;
  text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, 1px 1px 1px #ffffff;
}
.header_text { /* all text in the header */

}
.child_album_text { /* all text in the album link */

}

.header_color { /* the color of the header field */
    background-color: rgb(0, 0, 0, 70%) !important;
}
.pswp__item { /* The background of PhotoSwipe */

}
#topline {
  background-color: rgb(30, 30, 30) !important;
}
#footer {
  background-color: rgb(30, 30, 30) !important;
}
div#album_link>a {
  border-color:rgb(50, 50, 50);
}