@import url('resource/genshin-gothic/monospace-heavy/style.css');
@import url('resource/rounded-mplus/2p-thin/style.css');
@import url('resource/rounded-mplus/1m-bold/style.css');

body
{
    background: maroon;
}

div#container
{
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -400px;
}

div#container canvas#game
{
    background: none;
    /* border-radius: 30px; */
    /* border: 2px inset gray; */
    /* border-right: 10px solid black; */
    /* border-bottom: 10px solid black; */
}

div#container img#fs
{
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: .5;
}
