/* ABOUT ME */

#aboutMe {
    display: flex;
    padding-top: 5vw;
    padding-bottom: 5vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#aboutMe > * {
    margin: 1vw;
}

#aboutMe img {
    object-fit: cover;
    height: 30vw;
    object-position: center;
    border-radius: 5vw;
    filter: brightness(130%);
}

#aboutMe .titleText
{
    font-family: var(--font3);
    text-align: left;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    padding: 2vw;
}

#aboutMe pre, #aboutMe div {
    font-family: Public Sans, sans-serif;
    text-align: left;
    font-size: 1.25vw;
    font-weight: 220;
    letter-spacing: 0.08vw;
    width: 40vw;
}

#myPathText {
    line-height: 1.6;
}

#myPathText div {
    max-width: 60vw;
}

#myPathText .rightJustify, #myPathText .rightJustify pre {
    text-align: right;
    padding-bottom: 0.5vw;
}

hr {
    width: 60vw;
    margin: auto;
}

/* CV */
#cv {
    padding-top: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cv * {
    user-select: text;
}

#cvTitle {
    font-size: 5.25vw;
    font-family: var(--font3);
    text-align: center;
}

#cvContent {
    font-size: 1vw;
    font-family: Public Sans, sans-serif;
    font-weight: 300;
    margin: 0;
}

/* GENERAL */

img {
    user-select: none;
}