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; }