I have a problem with my CSS where I can't seem to center my image, unless I use padding. I tried using flexbox, with justify-content and align-items, but it won't work. No matter what, it won't center, unless I use padding.
Here is the code so far:
img {padding: inherit;margin: auto;text-align: center;}