@media all and (min-width: 1920px) {
    
    body {
        max-width: 1920px;
        margin: 0 auto;
    }
    
    
}