#profile-section {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

#profile-picture {
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

#profile-picture > * {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#profile-info {
    font-family: 'Valentina';
    margin-left: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

#profile-name {
    margin: 0;
    font-size: 24px;
}

#profile-display-name {
    padding: 0 2px 0 0;
}

#profile-join-date {
    line-height: 24px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#profile-biography {
    font-size: 17px;
    flex-grow: 1;
    margin: 20px 0;
}

#profile-buttons {
    margin: 10px 0;
}

#profile-buttons > *:not(:last-child) {
    margin-right: 10px;
}
