@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;
}

h1 {
    color: #ff00ff;
    font-size: 40px;
    text-align: center;
}
h2 {
    color: #97ffeb;
    font-size: 20px
}
div{
     text-align: center;
     width: 100%;
     object-fit: contain;
   margin-bottom: 10px;
}
