#about {
    margin-top: 9rem;
}

.profileintro {
    height: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.profileintro > * {
    width: 90%;
}

.profileimg {
    width: 100vw;
    margin: 0;
    border-radius: 0;
    padding: 2rem 0;
}

#aboutimg {
    width: 80vw;
    margin-bottom: 1rem;
}

.profileinfo {
    width: 80vw;
}

.profiletext {
    width: 80vw;
}

.aboutintro {
    margin-top: 1rem;
}

#aboutbodycopy {
    margin-bottom: 3rem;
}

.aboutmid {
    margin-top: 3rem;
    height: auto;
}

.personality {
    position: relative;
}

.personalitycontent {
    display: none;
}

.skills {
    position: static;
    height: auto;
    padding: 3rem 0;
}

.panitia {
    margin: 0 auto;
}

.panitiabox {
    width: 100%;
    height: auto;
    margin: 2rem 0 0 0;
    padding: 4rem 2rem;
}

.experiencecontent {
    width: 100vw;
    margin: 0;
}
