.background { /* the whole background */
  background-color: #333333 !important;
}
.text {  /* all text */
  color: lightgrey !important;
  text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, 1px 1px 1px #a5a5a5 !important;
}
.text_title {  /* all titles */
  color: white !important;
  text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, 1px 1px 4px #a5a5a5 !important;
}
.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 #a5a5a5 !important;
}
.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, 60%) !important;
}
.pswp__item { /* The background of PhotoSwipe */

}