.card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; justify-content: center; height: 100%; } .cardForComponent { border: 3px solid rgba(0, 0, 0, 0.5); border-style: double; } .card-title { padding-bottom: 15px; } .collection-info { font-size: 0.5rem; margin-bottom: 0.1rem; text-align: left; color: white; background-color: black; padding-left: 3px; padding-right: 3px; width: fit-content; border-width: 2px; border-radius: 0.2rem; } .card-text { text-align: left; } .star-container { float: right; height: auto; padding-right: 10px; } .star::before { content: '★'; } .star-marked { color: #ffc700; } .star-unmarked { color: #ccc; }