/* GTA VI style background for donate.htm */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
    background: url('https://wallpapercave.com/wp/wp9075005.jpg') center center/cover no-repeat;
    opacity: 0.22;
    pointer-events: none;
}
