/* Scoped styles for 3D book container only - do NOT apply to html/body */
.book-root {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
}
.book-root canvas { 
  width: 100%; 
  height: 100%; 
  display: block; 
  border-radius: 0; 
}
