.public-DraftEditor-content {
    width: 438px;
    height: 245px;
    border: 1px solid #ccc;
    background-color: #fff; /* Set the background color to black */
    text-align: center;
    padding: 8px;
  }

.Control_superior {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  
.Puntajes {
    border-radius: 16px;
    width: 123px;
    height: 25px;
  }



.editor-controls {
    display: flex;
    align-items: justify ;
    margin-bottom: 1rem;
    
  }
  
.icon-container {
    display: flex;
    align-items: center;
  }
  
.icon-button {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  
.editor-input {
    border-radius: 4px;
    width: 110px;
    height: 14px; 
  }

.save-question{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
  