@font-face {
    font-family: 'Silkscreen';
    src: url('/static/silkscreen.ttf');
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
    touch-action: none; /* Отключаем масштабирование на мобильных */
}

#mainCanvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}