#acordes-timple-container {
  font-family: sans-serif;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}

#acordes-timple-container h1 {
  margin-bottom: 20px;
}

#acordes-timple-container .controles {
  margin-bottom: 20px;
}

#acordes-timple-container canvas {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 20px;
}

#acordes-timple-container label,
#acordes-timple-container select {
  margin: 0 10px;
}

/* Aseguramos que el selector de instrumento tenga un estilo claro */
#acordes-timple-container #instrumento {
  margin: 20px;
  padding: 10px;
  font-size: 22px;
}

/* Aseguramos que los selectores estén bien distribuidos */
#acordes-timple-container .controles label,
#acordes-timple-container .controles select {
  margin: 5px;
  font-size: 16px;
}
