html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#app-root {
  width: 100%;
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  pointer-events: all;
}

.content * {
  pointer-events: none;
}

.scene-wrapper {
  position: relative;
}

#scene2 {
  background: rgba(0,0,0,0.8);
}

.border {
  border: 2px solid #90C3D4;
  width: 100%;
  height: 100%;
}