/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    
    overflow-x: hidden;
    background: #F7A51D;
}
img {
    width: 100vw;
}
/* Responsive Design - Full screen images for all devices */
/* All breakpoints use the same full-screen settings */
