#profile-section {
    width: 70%;
    margin-top: 50px;
    margin-left: 15%;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
    background-color: var(--thi-color);
}

#profile-img {
    border-radius: 50%;
    width: 256px;
    margin-top: 30px;
}

#profile-name {
    color: whitesmoke;
    font-size: 26px;
}

#profile-title {
    color: var(--titleborder);
    font-size: 18px;
}

#profile-content {
    color: darkgray;
    font-size: 16px;
    margin-bottom: 50px;
    width: 80%;
    margin-left: 10%;
}

#sosial-section {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    #profile-section {
        width: 94%;
        margin-left: 3%;
    }

    #profile-content {
        width: 94%;
        margin-left: 3%;
    }
}