ChallengeNpcTag {
    width: 100%;
    height: 100%;
    
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 0.5em;
    
    font-size: 8em;
    
    align-items: center;
    justify-content: center;
    
    font-family: Roboto;
    
    flex-direction: column;
    
    gap: 0.5em;
    
    h1 {
        font-size: 10em;
        font-weight: 700;
    }
    
}