.categorytitle{
    text-align: center;
}
.product-popular-main{
    margin-top: 20px;
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.product-popular-user{
    display: flex;
    color: #000000;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    margin: 0px 2% 20px 2% ;
    background-color: #ecf0f3;
    padding: 50px 0px;
    border-radius: 30px;
}
.product-popular-user-icon{
    width: 100px;
    height: 100px;
}
.product-popular-user-info{
    width: 50%;
}
.product-popular-user-name{
    margin: 0px 0px 10px 0px;
}
.product-popular-user-description{
    margin: 0px;
}
.product-other-div{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.product-other-div div{
    margin-left: 2%;
    margin-right: 2%;
    width: 20%;
}
.product-other-user{
    display: flex;
    color: #000000;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding: 50px 0px;
    border-radius: 30px;
    border: 2px solid #000000;
    background-image: url('/assets/images/icon.png');
    background-color: rgba(255, 255, 255, 0.83);
    background-size: 100% 100%;
    background-blend-mode: overlay;
    transition: 0.3s;
}
.product-other-user:hover{
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    transition: 0.3s;
}
.product-other-user-name{
    margin: 0px;
}