.share-it .facebook{
    background-color: rgb(59, 89, 152);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .twitter{
    background-color: rgb(29, 161, 242);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .messenger{
    background-color: rgb(0, 132, 255);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .mail{
    background-color: rgb(132, 132, 132);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .print{
    background-color: rgb(115, 138, 141);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it {
    display: flex;
    margin-bottom: 0;
    padding-inline-start: 0;
}
.share-it li{
    list-style: none;
    margin: 0 2px;
}
.share-it li:hover {
    transform: translateY(-4px);
    transition: all .2s ease-in-out;
}
.share-it a{
    font-size: 10px;
}
