.social {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: center;
}

.social img {
    width: 30px;
    height: 30px;
}