.footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    font-size: 14px;
}

.social {
    display: flex;
    gap: 10px;
}