To make the main wrapper stretch to its content and get rid of overflow, you can use the following CSS properties: 1. `display: inline-block;` or `display: inline;` for the main wrapper. 2. `white-space: nowrap;` for preventing line breaks within the…