ui/screen/basichints.razor.scss
BasicHints {
    position: absolute;
    top: 42px;
    left: 42px;
    flex-direction: column;

    div {
        flex-direction: row
    }

    label {
        color: white;
        font-family: Bahnschrift;
        font-size: 28px;
        margin: 10px;
        text-shadow: 2px 2px 4px #000000;
    }

    inputglyph {
        width: 45px;
        height: 45px;
        background-color: rgb(51, 51, 51, 0.80);
        background-repeat: no-repeat;
        background-size: contain;

        border-radius: 4px;
    }
}