.sideInfos{
    width: 330px;
    height: 80px;
    color: black;
    font-family: var(--font-dm-sans);
    font-size: 24px;
    background-color: #DB8876;
    border-radius: 5px;
    position: fixed;
    bottom: -5px;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 0 50px;
}

.mediaLikes{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    font-size: 20px;
}

.heartIcon{
    width: 22.5px;
    height: 22.5px;
}