#modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
  }

  body {
    padding: 0;
    margin: 0;
  }