.multi-role-profile-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 1em;
    text-align: justify;
}

.multi-role-profile-page-domains {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-family: "Averia Serif Libre", serif;
    font-weight: 600;
    text-align: center;
}

.multi-role-profile-page-image {
    text-align: center; /* Center the image container */
}

.multi-role-profile-page-image img {
    border-radius: 50%;
    margin-bottom: 1em;
    display: inline-block; /* Ensure the image respects text-align */
}

.multi-role-profile-page-bio {
    font-size: 1em;
    margin: 1em;
    font-family: "Verdana";
    color: #666866;
}

.multi-role-profile-page-video {
    margin: 1em;
    text-align: center;
}

.multi-role-profile-page-video iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: inline-block;
}