The corners seem a bit rounded & the cat does not fill the box up completely at the sides. Setting margin: 0 could help fill up the box more. I’m not sure where the rounded corners come from, but try border-radius: 0 if it’s unintentional.
Depending on the fit, more padding could be good.
Have you tried getting your cat involved in politics? I prefer setting left: 100% and right: 0%, but it’s up to you. (Do note that these values are not inherited by children.)




Rust & cargo do more than just compile. For example, it basically has buit-in ccache.
It is also easier to split large libraries into multiple crates, though an average project still uses more libraries than an equivalent C project. I wouldn’t be surprised if the “AI” also pulled in more libraries than needed, or has unnecessary library features enabled. I’m pretty sure that a cargo plugin for pruning unused libraries was featured on the rust blog, as a featured third-party plugin for a cargo release.