.social-items {
    display: flex;
    list-style-type: none;
}
.social-items li{
    display: flex;
    list-style-type: none;
    padding: 5px;
}

.social-items a img {
    width: 50px;
    height: auto;
}
