#canvasGFX {
    width: 860px;
    height: 540px;
    border: 1px
            solid
            black;
}

#canvasMap {
    width: 200px;
    height: 200px;
    border: 4px
            solid
            black;
    position: absolute;
    top: 25px;
    left: 650px;

}

body {
    font-family:"Consolas", monospace;
}


article {
    display: flex;
    margin-left: 20px;
}

article > p {
    margin-right: 100px;
    width: 300px;
}
