#app {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}

#peerIdInput {
  width: 100%;
}

#peerIdConnectInput {
  width: 100%;
}

#peerConnectButton {
  width: fit-content;
}

#peerDataButton {
  width: fit-content;
}

#showScene {
  cursor: pointer;
}

