canvas, svg {
    background: #2a3abb;
    border: 24px solid #7682f4
}

svg {
    fill: #2a3abb;
    stroke: #7682f4;
    height: 400px !important;
    width: 640px !important
}

canvas {
    image-rendering: pixelated;
    height: 200px;
    width: 320px
}

figure {
    margin-bottom: 3rem
}

label {
    margin: 0 1rem 0 0
}

label input {
    display: block
}
