Am wondering if anyone knows how to add a border around just the thumbs and posters on the home page, with a possible alternative to add them everywhere, like actors, more like this etc. It might look terrible would would like to try. I tried this but that makes the border too big and includes the text underneath - div.card {     background: transparent;     border-style: solid;     border-width: 4px 4px 4px 4px;     border-color: white;     border-radius: 0.3rem; }