.download-url-wrapper {
    flex: 2 !important;
    justify-content: center !important;
}

.profile-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 10px;
}

.profile-wrapper .username {
    color: rgb(255, 255, 255);
    margin: auto 15px auto auto;
}

.profile-wrapper .copy-token {
    color: rgb(255, 255, 255);
    margin: auto 15px auto auto;
}