        body {
            padding: 0;
            background: #0f0f0f;
        }
        
        main {
            width: 80%;
            margin: 0px auto;
        }
        
        h1,
        h3 {
            color: white;
        }
        
        h4.logo {
            font-family: "Euphemia UCAS";
            font-size: 14px !important;
            font-weight: normal;
            color: white;
        }
        
        .centralise {
            margin-left: auto;
            margin-right: auto;
        }
        
        .centerscreen {
            width: 80%;
            margin: 0px auto;
            border-block-end-style: double;
        }
        
        .thumbnails {
            width: 22%;
            float: left;
            margin: 4px;
            background: #fff;
            padding: 10px;
            box-sizing: border-box;
        }
        
        .thumbnails img {
            width: 100%;
            height: auto;
        }
        /*  .fancybox-slide.watermark .fancybox-spaceball {
            background-image: url("https://fancyapps.com/GJbkSPU.png");
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 0.3;
        } */
        
        .watermarked {
            position: relative;
        }
        
        .watermarked:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            background-image: url("https://fancyapps.com/GJbkSPU.png");
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 0.3;
        }