html, body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the browser */
    margin: 0; /* Remove default margin */
}

.center-image img {
    max-width: 100%; /* Ensures the image scales properly */
    max-height: 100%; /* Prevents the image from overflowing */
}
canvas {
  display: block;
}

svg {
    display: block;
    margin: auto;
}