.theme-light #header {
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #00000000;;
}

.theme-dark #header {
    background-color: #353f53;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.watermark {
    opacity: 0 !important;
}