
.social-icons{
    display: flex;
}
.social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
float:left;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    font-family: "Halvetica Neue",sans-serif,"Arial";
    font-size: 2.5rem;
    text-decoration: none;
    transition: all 0.15s ease;
    box-shadow: inset 1px 1px 2px #90a4ae, inset -1px -1px 1px #382323, 1px 1px 1px #90a4ae, -1px -1px 10px #0d0c0c;
           
}
.social-icon img:hover{
    width:95%; 
    transform: rotate(30deg);	
}


/* color */

.social-icon--twitter{
    background: #2aaae0;
    color: #fff;

}
.social-icon:hover{

	background-size: 90%;
}
.social-icon--youtube{
    background: #d4101d;
    color: white;

}
.social-icon--instagram{
    background: #ac27b1;
    color: white;

}
.social-icon--facebook{
    background: #4a69af;
    color: white;

}
.social-icon--telegram{
    background: #1e96c8;
    color: white;

}
.social-icon--linkedin{
    background: #4376b1;
    color: white;

}
/* Hover Effect*/
