.code-editor {
  max-width: 300px;
  background-color: #000000b5;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 2px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
}

.title {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.57px;
  color: rgb(212 212 212);
}

.icon {
  width: 20px;
  transition: .2s ease;
}

.icon:hover {
  cursor: pointer;
  border-radius: 50px;
  background-color: #6e7281;
}

.editor-content {
  margin: 0 10px 10px;
  color: white;
}

.property {
  margin-left: 30px;
}

.property:hover {
  cursor: text;
}

.editor-content .color-0 {
  color: #74B087;
}
.editor-content .color-01 {
  color: #9a8297;
}
.editor-content .color-js-0 {
  color: #E1CA72;
}

.editor-content .color-1 {
  color: #d0782a;
}

.editor-content .color-2 {
  color: #7A99AD;
}

.editor-content .color-3 {
  color: rgb(207 146 120);
}

.color-preview-1,.color-preview-2 {
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 3px;
}
.color-comment{
  color: #666666;
}

.color-preview-1 {
  background-color: #000000b5;
}

.color-preview-1 {
  background-color: rgba(0, 0, 0, 0.5);
}
.code-css{
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 0.1;
  }
