.style_keyboard__-sW22 {
  display: flex;
  flex-direction: row;
  height: 65vh;
}

.style_octaveDisplay__AvuHc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.style_octaveDisplay__AvuHc button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: xxx-large;
  width: 2em;
  height: 2em;
}

.style_octaveDisplay__AvuHc span {
  font-family: 'Source Code Pro', monospace;
  margin: 0.5em;
  display: inline-grid;
  align-content: center;
  font-size: xxx-large;
}

.style_key__jbD8j {
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-right-width: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  text-align: center;
  font-family: 'Source Code Pro', monospace;
  font-size: xxx-large;
  min-height: 1em;
  user-select: none;
}

.style_key__jbD8j:last-of-type {
  border-right-width: 2px;
}

.style_debugKey__izDj5 {
  border-color: black;
  border-style: solid;
  border-width: 2px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.style_black__BGaLo {
  background-color: black;
  color: white;
}

.style_white__kvD5k {
  background-color: white;
  color: black;
}

.style_pressed__3SNAT.style_black__BGaLo {
  background-color: gray;
}

.style_pressed__3SNAT.style_white__kvD5k {
  background-color: gray;
}

.style_container__-DFvk {
  margin-top: 1em;
}

.style_innerContainer__9kQw2 > div:not(.style_hidden__09a3v) {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}

.style_innerContainer__9kQw2 {
  flex-direction: column;
}

.style_innerContainer__9kQw2 input {
  margin-right: 0.5em;
}

.style_innerContainer__9kQw2 span {
  min-width: 10em;
}

.style_hidden__09a3v {
  display: none;
}

.style_open__EYMOB {
  display: flex;
}

.style_container__x8QoU {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.style_container__x8QoU input {
  width: 4em;
}

.style_smallButton__rh1cm {
  min-height: 2em;
  min-width:  2em;
  margin-right: 0.5em;
}

#style_footer__y1lSk {
  margin-top: 1em;
  margin-bottom: 1em;
}

body {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
}
