File size: 380 Bytes
be6f465
7820137
 
 
 
 
 
 
 
 
be6f465
 
 
 
 
 
 
7820137
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* styles.css */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}
.container {
    text-align: center;
    width: 100%;  /* Ensure the container takes full width */
    max-width: 600px;  /* Adjust this value as needed */
}
#canvasContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}