body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}

h1 {
    margin-bottom: 10px;
}

canvas {
    border: 1px solid black;
		max-width: 100%;
		height: auto;
}

