.container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#illustrateDialog{
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 10;
}

.container #openIllustrate {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.card {
  cursor: move;
  width: 30vw;
  position: fixed;
}

.illustrate {
  text-align: center;
}