.code-container {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.code-editor {
  background-color: #161b22;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 2px;
}

.code-header {
  display: flex;
  justify-content: end;
  margin: 10px;
}

.icon-btn {
  display: inline-flex;
  padding: 5px;
  border: none;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  transition: .2s ease;
}

.icon-btn:hover {
  background-color: #0d1117;
}

.code-icon, .download-icon {
  width: 20px;
}

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

.editor-content .color-1 {
  color: rgb(86 156 214);
}

.editor-content .color-2 {
  color: rgb(156 220 254);
}
