@chartset "UTF-8";
html{
     font-size: 100%;
}
body{
     /*background-color: #000000;*/
     font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
     font-optical-sizing: auto;
     font-style: normal;
     text-align: center;
}
h1{
   color: #ff00ff;
   font-size: 30px;
}
p{
   color: #97ffeb;
   font-size: 15px
}
img{
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
.copyright{
           color: #000;
           margin: 2rem auto;
