Email example@example.com Phone (123) 456-7890 Location 123 Main Street, City .contact-card { padding: 20px; margin-bottom: 20px; text-align: center; transition-timing-function: ease-in; transition: 0.3s; } .contact-card:hover { transform: scale(1.05); /* Scale on hover */ } .header-edit{ font-weight: 500; } .p-edit{ font-weight:400; } .edit{ font-size: 40px; margin-top: 8px; } .bottom-b { border-bottom: 2px solid var(--primary); border-bottom-style: dashed; padding-bottom: 15px; }