ui/pausedoverlay.razor.scss
PausedOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8888ff11;
    font-family: "Cal Sans";
    font-size: 32px;
    //padding: 256px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    //pointer-events: all;
    //transition: all 0.1s ease-in-out;
    z-index: 995;

    .title {
        position: absolute;
        width: 380px;
        height: 190px;
        top: 5.5%;
        color: white;
        //font-family: Poppins;
        //font-weight: 700;
        //font-size: 80px;
        //text-shadow: 8px 8px 0px black;
        background-image: url("/textures/ui/panel/paused.png");
        background-position: center;
        background-size: 100% 100%;
    }
}