.container {
  display: flex;
  height: 100%;
  width: 100%;
}

.workspace {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;

  // .canvas__container {
}

.editors {
  background-color: #d8e2dc;
  width: 400px;
}
