.InterestCard img{ max-width: 250px; height: 250px; border-radius: 10%; } .InterestCard { width: 280px; background-color: #fff4cc; border-radius: 20px; padding: 20px; text-align: center; } .InterestCard:hover { transform: scale(1.1); } .InterestCard h3 { font-family: 'Times New Roman', Times, serif; font-size: 22px; color: var(--azuloscuro); } .texto-card{ width: 280px; align-items: center; }