@font-face {
    font-family: pxmp12;
    src: url('assets/PixelMplus12-Regular.ttf');
    font-weight:400;
    font-weight:normal;
}

html, body {
    margin: 0;
    padding: 0;
}

.font-preloader {
    font-family: pxmp12;
    visibility: hidden;
}
canvas {
    position: absolute;
    display: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#setup {
    font-family: pxmp12;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 3em;
    font-size: 1.6em;
    border: 1px solid black;
    border-radius: 0.5em;
}

.game-star {
    filter: drop-shadow(0 0 0.75rem crimson);
}

.hidden {
    display: none;
}