body {
    background: #000;
}

canvas {
    display: block;
    position: absolute;
    height: 13%;
}

@media only screen and (max-width: 700px) {
    canvas {
        height: 3em;
        width: 27em;
    }
}