body {
  margin : 0;
}

#toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;

  background-color: transparent;
  /* padding: 16px; */
  padding: 64px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

#render-window {
  width: 100%;
  height: 100%;
}

.color-button {
  border: none;
  width: 48px;
  height: 48px;
}

.color-button.selected {
  outline: 3px solid white;
}
