
#settings-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#settings-panel {
  position: fixed;
  top: 45px;
  left: 20px;
  width: 90%;
  background-color: #000000;
  padding: 15px;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  z-index: 1000;
}

#settings-panel label {
  display: block;
  margin-bottom: 0px;
}

#settings-panel input {
  width: 90%;
  margin-top: 0px;
}

#settings-panel button {
  width: 90px;
  height: 30px; 
  margin-top: 10px;
}

.hidden {
  display: none;
}

#content {
  padding: 5px;
}

.close-icon:hover {
    cursor: pointer;
}
