ui/playerhud/components/playerinfo.razor.scss
@import "/UI/Styles/Theme.scss";

PlayerInfo {
    * {
        width: 100%;
        position: absolute;
        top: 60%;
    }

    .info {
        width: auto;
        font-size: 16px;
        color: white;
        background-color: rgba(10, 10, 50, 0.8);
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 6px;
    }
}