body {
    background-color: rgb(3, 10, 87);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    }

    canvas {
        border: 2px solid white;
    }