.landing-profile-picture {
    max-width: min(90vw, 480px);
    margin: 0 auto;
}

.landing-profile-picture img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

h1 span.phonetic-name {
    /* Makes the phonetic parts bold and slightly separate */
    font-weight: 800;
    letter-spacing: 1px;
    color: white;
}

p span.surname-joke {
    color: white;
}