#social-media {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.social-media-img {
    margin: 5px;
    width: 50px;
    height: auto;
}

#title-media {
    margin:10px;
    font-size: 1.3rem;
    font-weight: 400;
    color: black;
    text-align: center;
}
