@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Tiny5&display=swap');

#map{
    border:solid;
    border-width:2px;
}

#game{
    border:solid;
    border-width:2px;
    width:300px;
    height:300px;
    image-rendering:pixelated;
}

textarea{
    resize: none;
}