
 html{
 width: 100%;
 height: 100%;
 position: fixed;
 left: 0;
 top: 0;
    min-block-size: 100%;
    min-inline-size: 100%;
    margin: 0.1;
    box-sizing: border-box;
    display: grid;
    place-content: center;
    font-family:"Yu Mincoho" ;
    appearance:none;
    background-image: url("output2023_2_22_1.SVG");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center center;
 background-size:cover;
}
body{
position: relative;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
font-size: 14px;
}

header{
margin:10px;
}


  @font-face {
    font-family: '';
    src: url('monaco/monaco-webfont.eot');
    src: url('monaco/monaco-webfont.eot?#iefix') format('embedded-opentype'),
         url('monaco/monaco-webfont.woff') format('woff'),
         url('monaco/monaco-webfont.ttf') format('truetype'),
         url('monaco/monaco-webfont.svg#MonacoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


    h1 {
 text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
 color: #000;
}