#map{
    border:solid;
    border-width:2px;
}

#game{
    border:solid;
    border-width:2px;
    width:300px;
    height:300px;
    image-rendering:pixelated;
}

textarea{
    resize: none;
}