@media screen and (min-width: 60rem) {
    .centered--div {
        height: 85vh;
        justify-content: center;
    }

    .profile-image {
        width: 500px;
        position: absolute;
        top: 10vh;
        right: 10vw;
        z-index: -999;
    }
}

.section--text {
    color: var(--color-white);
}

.profile-image {
    aspect-ratio: 3 / 2;
    background-position: center;
    background-size: cover;
    background-color: var(--color-grey);
    margin-top: 1.5rem;
}



