body {
    max-width: 800px;
    padding: 0 0.5em;
    margin: auto;
}

h1 {
    margin: 0px;
    padding: 10px;
}
#canvas_wrapper {
    max-width: 400px;
    margin: 0 auto;
}
canvas {
    width: 100%;
    border: 1px solid black;
}
.spb {
    font-size: min(8vw, 32px);
    max-width: 80px;
    max-height: 80px;
    width: 20vw;
    height: 20vw;
    border: 1px solid black;
    border-radius: 100%;
    position: fixed;
    opacity: 70%;
    visibility: collapse;
}

#lButton {
    left: 5vw;
    bottom: 25vw;
}
#rButton {
    left: 35vw;
    bottom: 25vw;
}
#uButton {
    left: 20vw;
    bottom: 40vw;
}
#dButton {
    left: 20vw;
    bottom: 10vw;
}
#cButton {
    right: 15vw;
    bottom: 10vw;
}
#reButton {
    left: 5vw;
    bottom: 70vw;
}
#sButton {
    right: 5vw;
    bottom: 40vw;
}
#esButton {
    font-size: min(4vw, 16px);
    right: 5vw;
    bottom: 70vw;
}
