#canvas-container {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

#canvas {
  width: 100%;
  height: 100%;
  display: block;
}

#views {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
}

.view {
  position: relative;
  border: solid 1.5px var(--gray-color);
  width: 100%;
  height: 100%;
}

.gray-color {
  color: var(--gray-color);
}

.view-name {
  position: absolute;
  left: 50%;
}
