@font-face {
    font-family: 'Tetris';
    src: url('tetris-gb.ttf');
    font-weight: normal;
    font-style: normal;
}

canvas
{
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

body
{
    text-align: center;
}