body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    margin: 0;
    background-color: #333; 
    font-family: monospace;
    color: #eee;
}

canvas {
    border: 2px solid #555; 
    background-color: black;
    image-rendering: pixelated; 
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

h1 {
    color: #FF5555; 
    margin-bottom: 20px;
}
