.social-icons{
    position: fixed;
    left: 15px;
    top: 50%;
    width: 50px;
    height: auto;
}

.social-icons a{
    display: flex;
    width: 40px;
    height: 50px;
    margin-bottom: 10px;
    background-color: transparent;background-color: transparent;
    transition: all .3s ease-in-out;
}

.social-icons img{
    width: 100%;
    height: 80%;
    object-fit: cover;

}

.social-icons a:hover{
    transform: scale(1.1);
    filter: drop-shadow(5px 5px 5px black);
}