body{
    font-size: 14px;
}

.page-content {
    background-color: #fcae16;
    padding-top: 50px;
}
.btn {
    border-radius: 7px;
}

.user-profile {
    margin-top: -60px;
    margin-bottom: 20px;
    text-align: center;
}

.user-profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.user-profile-big {
    margin-bottom: 10px;
}

.user-profile-big img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.top-header h1 {
    font-size: 20px;
    margin-bottom: 5px;
}

.top-header-front h1 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}
.top-header-front p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.card-content {
    border-radius: 10px;
}

.content-image {
    max-width: 150px;
    margin-right: 15px;
}
@media (max-width: 575.98px) { 
    .content-image {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .user-profile {
        margin-top: -50px;
    }
    .user-profile img{
        width: 80px;
        height: 80px;
    }
    .user-profile-big img{
        width: 80px;
        height: 80px;
    }
}


.content-image img {
    width: 100%;
    border-radius: 7px;
}

.header {
    margin: 15px 0;
    border-radius: 15px;
    border: 0px;
}


.social-icons {
    color: #313437;
}

.social-icons i {
    font-size: 14px;
    display: inline-block;
    color: #757980;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #c8ced7;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.link-item {
    height: 60px;
    border-radius: 30px;
    background: #fccd10;
    width: 100%;
    padding: 0 55px 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    margin-bottom: 15px;
    transition: transform .2s;
}
.link-item:hover{
    transform: scale(1.05);
    text-decoration: none;
    color: #333333;
}
.link-item .icon{
    width: 45px;
    height: 45px;
}
.link-item .icon img{
    width: 100%;
    border-radius: 50%;
}
.link-item span{
    text-align: center;
    flex: 1 0 0%;
}

.btn-tokopedia{
    background-color: #03ac0e;
    color: #ffffff;
}
.btn-tokopedia:hover{
    background-color: #02810b;
    color: #ffffff;
}

.btn-shopee{
    background-color: #ee4d2d;
    color: #ffffff;
}
.btn-shopee:hover{
    background-color: #ce2a09;
    color: #ffffff;
}

