canvas {
    display: block;
    margin: auto;
    border: 1px solid black;
}

#playbutton {
    width: 100px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}
/* Arabic RTL additions */
body { direction: rtl; }
.game-intro, .above-game, .game-explanation, p, h1, h2, h3, h4, h5, h6 {
    direction: rtl;
    text-align: right;
}
.menu, .instructions, .credits, .help-text, .status-text {
    direction: rtl;
    text-align: right;
}
