.username .output-item h3 {
    margin: unset;
}

.username-output {
    text-align: center;
    font-size: 36px;
    color: #6afcff;
}

.generator-single .username-output {
    padding: 0 0 15px;
}

.username-output h2 {
    font-size: 2.5em;
    color: #98c3ff;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .username-output h2 {
        font-size: 2em;
    }
}

.username-social-links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}

.username-social-links a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.username-social-links .separator {
    color: #555;
}
