.wew {
    position: fixed;      
    top: 0;
    left: 0;
    width: 100vw;         
    height: 100vh;      
    background-image: url('/pdg_v4/assets/img/hpg.jpg'); 
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat; 
    z-index: -1;         
}

.vpn {
    position: fixed;      
    top: 0;
    left: 0;
    width: 100vw;         
    height: 100vh;      
    background-image: url('/pdg_v4/assets/img/kids.jpg'); 
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat; 
    z-index: -1;         
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #1a1a1a;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.countdown {
    position: fixed;
    left: 30px;
    bottom: 30px;
    font-size: 120px;
    font-weight: 900;
    color: transparent;
    text-shadow: 
        2px 2px 0px rgba(255,255,255,0.5), 
        -2px -2px 0px rgba(0,0,0,0.8),
        0px 0px 20px rgba(0,0,0,0.5);
    user-select: none;
    line-height: 1;
    z-index: 1000;
}