html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif
}

#canvas-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#p5_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body {
    background-image: url('./assets/bg.jpg');
    background-repeat: repeat;
    background-size: 640px 340px; /* Adjust size as needed */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}