.background { /* the whole background */
  background-color:  rgb(255 248 211) !important;
}
.text {  /* all text */

}
.text_title {  /* all titles */

}
.text_caption {  /* Caption in the page like "Videos" */

}
.text_normal { /* all normal text except menu */

}
.header_text { /* all text in the header */
    color:white;
    text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, 1px 1px 1px #000000 !important;
}
.child_album_text { /* all text in the album link */
    color: #1b1505;
    text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 1px 1px #000000 !important;
}

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

}
