.settings-pane {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    background-color: #1e1e1e;
    color: white;
  }
  
  .settings-pane label {
    margin-bottom: 10px;
  }
  
  .settings-pane input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #2c2c2c;
    color: white;
    border-radius: 0.5em;
  }
  
  .spbinr{
    padding: 10px;
    border: none;
    background-color: #3a3a3a;
    color: white;
    border-radius: 0.5em;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .settings-pane button:hover {
    background-color: #4a4a4a;
  }
  