footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-top: 2.2px solid white;
}
.linkSocialMedia{
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgSocialMedia{
    width: 35px;
    height: 35px;
    transition: background-color 0.65s ease;
}
.instagram{
    border-radius: 11.5px;
}
.instagram:hover{
    background-color: rgb(34, 255, 0);
}
.youtube, .tiktok{
    border-radius: 100%;
}
.youtube:hover, .tiktok:hover{
    background-color: rgb(34, 255, 0);
}