.revision-set {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
  }
  
  .current-version {
    font-weight: bold;
    color: #689c34;
  }

  .remixes {
    font-weight: bold;
    color: #e67a29;
  }

  .revision-set:hover {
    background-color: #e9e9e9;
  }
  
  .version {
    color: #2196f3;
  }
  
  .revision-notes {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #757575;
  }

  .historyContainer {
    padding: 15px;
  }

  .historyHeader {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
    text-align: left;
}