#portraitImg {
    width: 300px;
}

#freeTimeImg {
    width: 400px;
}

.aboutHeading {
    padding: 24px;
}

.aboutRow {
    width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    row-gap: 100px;
    column-gap: 20px;
}