body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("/assets/space.gif") repeat;
}

canvas {
    border: 1px gold solid;
}