.container { width: 90%; /* Use percentage instead of fixed pixels */ max-width: 1200px; /* Optional: set a max width for large screens */ margin: 0 auto; } img { max-width: 100%; /* Prevents images from exceeding the container width */ height: auto; } h1 { font-size: 5vw; /* Font size scales with viewport width */ }