.social-media {
    grid-area: social;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}