/* Copyright (c) 2025 by Chris Gannon (https://codepen.io/chrisgannon/pen/dPbYddZ) */
body {
    background-color: #07072E;
      margin: 0;
    overflow: hidden;
    }
    
    #container{
        display: flex;
        justify-content: center;
        align-items: flex-start;
      height: 100vh;
    
    }
    #canvas3d{
      width: 100%;
      height: 100%;
    }