:root {
    --staff-spacing: 10px
}

section {
    flex-direction: row;
}

.section-left {
    justify-content: space-around;
}

.section-right {
    align-items: center;
}

#display-canvas {
    height: 100%;
    width: 100%;
}

.display-button {
    flex-grow: 1;
    margin-left: 1rem;
    padding: 0;
}

.options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

label {
    white-space: pre;
}

