/* Reset de Estilos */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /* Estilos del campo Palabras por Minuto */
  .wpm-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.3rem;
    width: 80px;
  }
  
  /* Estilos Generales */
  body {
    font-family: Arial, sans-serif;
  }
  
  /* Estilos del Textarea y Display */
  .caracteres-display {
    margin-bottom: 1rem;
  }
  
  .contenedor-textarea {
    text-align: center;
    width: 90vw;
  }
  
  .guion-textarea {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    max-width: 900px;
    min-height: 150px;
    padding: 1rem;
    resize: none;
    width: 90%;
  }
  
  /* Estilos del campo Palabras por Minuto */
  .wpm-label, .wpm-input {
    display: block;
    margin-bottom: 0.5rem;
  }
  
  /* Estilos Generales */
  body {
    font-family: Arial, sans-serif;
  }
  
  header {
    background-color: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
  }
  
  main {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
  }
  