/* Styling for the honeycomb Hamiltonian cycle visualization */

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

canvas {
    display: block;
    background-color: #0a0a0a;
}

