input[type=text] {
    width: 5em;
    text-align: right
}

button {
    display: block;
    width: 100%; 
}

canvas {
    border: solid black 1pt;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

