*{
    font-family: 'Poppins', sans-serif;
}
a{
    font-family: 'Poppins', sans-serif;
}
.image-count{
        position: absolute;
    right: 5px;
    top: -15px;
    background: #ed2d7b;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
}