body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #2c3e50;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

#room-controls {
    margin-bottom: 20px;
}

#status {
    margin-bottom: 10px;
    font-weight: bold;
}

#myBoard {
    touch-action: none;
}