body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }
.shadowBox, .p5Canvas{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    max-height:1200px;
    max-width:1200px;
    object-fit: contain; /* Or 'cover', 'fill' depending on desired effect*/
  }
#canvasWrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
