.body {
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
}

.page-title {
    color: #FFF200;
    font-weight: bold;
    font-size: 200%;
    padding-top: 5%;
}

.post {
    display: block;
    padding: 5%;
    border-radius: 2%;

}

.post p {
    color: #fcf579;
    text-align: justify;
}

.aboutme-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
}

.aboutme-container .post {
    width: 75%;
    margin-right: 15px;
}

.pfp-container {
    width: 100%;
    min-width: 150px;
    display: flex;
    align-items: center;
}

.pfp-container img {
    border: 3px solid white;
    height: auto;
    width: 100%;
    object-fit: contain;
}
/*








*/