
.avatar-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid black; /* Agrega un borde sólido negro */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35%;
    background-color: antiquewhite;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-icon {
    right: 25px !important;
}