.gradient-bg {
      background: linear-gradient(to right, #00b4d8, #0077b6);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    }
    .editor-container {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 10px;
      min-height: 150px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      font-size: 16px;
    }
    .toolbar {
      margin-bottom: 10px;
    }
    .toolbar button {
      background-color: #f1f1f1;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 8px;
      margin-right: 5px;
      cursor: pointer;
    }
    .toolbar button:hover {
      background-color: #e0e0e0;
    }