@import url(/static/css/font.css?v=20260810);

.profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile img {
    max-width: 30%;
}

.profile span.info {
    margin: 40px;
    display: flex;
    flex-direction: column;
    font-size: 300%;
}

.profile span b {
    font-family: var(--font-Heavy);
}

.profile span small {
    font-family: var(--font-Bold);
}

.profile span p {
    font-size: 50%;
}

.profile span.debut-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-end;
}