*{
    margin: 0;
    padding: 0;
}

html, body {margin: 0; height: 100%; overflow: hidden; margin-bottom: 50px;}



@media screen and (max-width: 2560px) { 
    
    main{
        width: 2560px;
        height: 1492px;
    }
    
    .shitflag{
        width: 2560px;
        height: 1492px;
    }
    
    .shithole{
        width: 2560px;
        height: 1492px;
        margin-top: -80px;
    }
    
    .fuckyou{
        position: absolute;
        width: 1280px;
        height: 746px;
        left: 45vw;
        top: 100px;
    }
    
    }
    

    @media screen and (max-width: 1440px) { 
        
        main{
            width: 1440px;
            height: 870px;
            }
        
        .shitflag{
            width: 1440px;
            height: 870px;
            margin-top: 20px;
            }
        
        .shithole{
            width: 1440px;
            height: 870px;
            }
        
        .fuckyou{
            position: absolute;
            width: 720px;
            height: 435px;
            left: 40vw;
            top: 120px;
            }
        }
        
        @media screen and (max-width: 1024px) { 
        
            main{
                width: 1024px;
                height: 696px;
            }
            
            .shitflag{
                width: 1024px;
                height: 696px;
                margin-top: 0px;
            }
            
            .shithole{
                width: 1024px;
                height: 696px;
            }
            
            .fuckyou{
                position: absolute;
                width: 512px;
                height: 348px;
                left: 40vw;
                top: 100px;
            }
        }

        @media screen and (max-width: 768px) { 
            
            main{
                width: 768px;
                height: 522px;
            }
            
            .shitflag{
                width: 768px;
                height: 522px;
                margin-top: 15px;
            }
            
            .shithole{
                width: 768px;
                height: 522px;
            }
            
            .fuckyou{
                position: absolute;
                width: 384px;
                height: 261px;
                left: 40vw;
                top: 60px;
            }
        }
        
        @media screen and (max-width: 425px) { 
            
            main{
                width: 425px;
                height: 522px;
            }
            
            .shitflag{
                width: 425px;
                height: 522px;
                margin-top: -87px;
            }
            
            .shithole{
                width: 425px;
                height: 522px;
            }
            
            .fuckyou{
                position: absolute;
                width: 95px;
                height: 261px;
                left: 55vw;
                top: -30px;
            }
        }
        
              
@media screen and (max-width: 375px) { 
    
    main{
        width: 375px;
        height: 522px;
    }
    
    .shitflag{
        width: 375px;
        height: 522px;
        margin-top: -87px;
    }
    
    .shithole{
        width: 375px;
        height: 522px;
    }
    
    .fuckyou{
        position: absolute;
        width: 100px;
        height: 261px;
        left: 55vw;
        top: -30px;
    }
}