body {
    background: black;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Appli Mincho Old";
}

img {
    max-width: 100%;
    max-height: 100%;
}


@font-face {
    font-family: "Appli Mincho Old";
    src: url(../font/appliminchoold.otf);
}

@font-face {
    font-family: "Hanazono Mincho";
    src: url(../font/HanaMinA.ttf);
}

@font-face {
    font-family: "GenkaiMincho";
    src: url(../font/genkai-mincho.ttf);
}

@font-face {
    font-family: "EPSON KYOUKA";
    src: url(../font/EPKYOUKA.TTF);
}

