.staff {
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    width: 75%;
    gap: 15px;
}

.staff div span {
    color: white;
}

.user {
    display: flex;
    gap: 20px;
}

.user img {
    border-radius: 50%;
}

.user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-info div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.username {
    font-size: 30px;
}

.arrow {
    font-size: 15px;
    color: white;
}

.role {
    font-size: 15px;
    margin: 5px 0;
}

.description {
    font-size: 12.5px;
}