* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  overflow: hidden;
  margin: 0 0;
}

body {
  background: black;
}

p {
  color: white;
}

#render {
  display: block;
  height: auto;
}

#pianoroll {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#keyboard {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@keyframes reset {
  to {
    background: #ffffff;
    height: 100px;
  }
}