
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #cef1e0;
        }

        canvas {
            border: 2px solid #444;
        }
        
        h3 {
            display: flex;
            align-items:center;

        }