 #organizations_member_list_0_1 > section > button{display:none}.alert-secondary{color:#20282c;background-color:transparent;border:none}/*Hide Interested*/ #events_event_invitees_1_1>section>div:nth-child(2)>div:nth-child(2){display:none}/*Hide Not Interested*/ #events_event_invitees_1_1>section>div:nth-child(3)>div:nth-child(2){display:none}/*Hide Going*/ #events_event_invitees_1_1>section>div:nth-child(2)>div:nth-child(1){display:none}/*Hide Invited*/ #events_event_invitees_1_1>section>div:nth-child(3)>div:nth-child(1){display:none}.card-title{margin-bottom:0.75rem;text-align:center}card-img,.card-img-top{width:150px;height:150px;display:block;/* Important for margin:auto to work */ margin:0 auto;/* Centers the image horizontally */}.card-deck .card{border:none}.card-deck .card{/* Your existing card styles */ /* e.g.,border:none;*/ border:none;/* ... other styles */ /* Add a transition for a smooth hover effect */ transition:transform 0.3s ease-in-out}.card-deck .card:hover{/* Increase the size of the card on hover */ transform:scale(1.05);/* Adjust this value to control the size increase */}