p {
    max-width: 600px;
    margin: 0 auto;
}

.nameText {
    user-select: none;
}

.nameHold {
    width: 85%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nameBadge img {
    border-radius: 10px;
    width: 100%;
}