html {
    height: 100%;
  }
  
  body {
    height: 100%;
    background-color: #34363e;
  }
  
  #paper {
    height: 100%;
    width: 100%;
  }