
body {
    background-image:url("https://thegoldenland.neocities.org/img/Umiog_rose_1dn.webp");
    font-family: 'PmingLiu-ExtB'. sans-serif;
    font-weight: bold;
    font-size: .8vw;
    color: white;
    margin: 0;
    overflow-x: hidden;
    text-shadow:#78efb5  0.063rem 0 0.313rem;
    background-color: white;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    image-rendering: pixelated;
    text-rendering: geometricPrecision;
    padding:1.2rem;
    cursor: crosshair;
    text-align:center;
    scrollbar-color: #2300d4   #010003;
    scrollbar-width: thick;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 @font-face {
    font-family: default;
    src: url("https://thegoldenland.neocities.org/fonts/face5.ttf");
 }