body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.box {
    text-align: center;
}

canvas {
    border: 1px solid #ccc;
}