.social-networks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 8px;
    margin-top: 0px;
}
.social-networks li {
    list-style-type: none;
}

.social-networks li img {
    width: 32px;
    height: 32px;
}
.social-networks li img:hover {
    transform: scale(1.15) perspective(1px);
    
}