body { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; } .mytext { text-align:justify; } #aboutus { height: 350px; background-image:url('../images/contact.jpg'); background-size: cover; } .mycard { transition: 0.4s ease; } .mycard:hover { margin-top: -20px; } .zoom-in div { overflow: hidden; } .zoom-in img { transition: 0.5s ease; } .zoom-in:hover img { transform: scale(1.2); }