*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.cardimagesize img{
    width: 200px;
}
.contactList li{
    list-style: none;
}
.footerText li {
    list-style-type: none
}

.footerText a {
    text-decoration: none;
    color: #000
}