@use "../../../styles/int.scss";

.container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.content {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.canvas {
  width: 100%;
  height: 0;
  min-height: 100%;
  padding: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 100%;
  margin: 0 auto;
  overflow: clip;
}
