/* styles.css */
body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #87ceeb; /* Sky blue background */
}

canvas {
    border: 2px solid #000;
    background-color: #add8e6; /* Light blue color for background */
}
