.main-img
{
    width: 100%;
}
@media only screen and (max-width: 767px)
{
    .main-img, #reviews
    {
        width: 95%;
        margin: auto;
    }
}
#reviews
{
    margin-top: 50px;
}
.review
{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.com-text
{
    width: 85%;
    padding-left: 15px;
    font-size: smaller;
}
.review>a>img
{
    height: 50px;
    width: 50px;
}
.user-name
{
    text-decoration: none;
    font-size: medium;
    font-weight: 600;
    color: #3a3abf;
}
#sharing-btns
{
    width: max-content;
    margin: auto;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.face-share
{
    padding: 5px 10px;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
}
footer
{
    text-align: center;
}
a
{
    cursor: pointer;
}