.ecrito {
  color: white;
  background-color: #251629;
  font-size: 3.75rem;
  line-height: 1.5;
  font-family: relative, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
}
.container {
  max-width: 85rem;
  padding: 3rem;
}
.ecrito {
  line-height: 1em;
}
.pecrito {
  margin: 0.5em;
  padding: 0;
}
.choice {
  text-decoration: underline;
  color: #BEB71E;
}
.nochoice {
  text-decoration: line-through;
  color: gray;
}
.spanInput {
  cursor: text;
}
[contenteditable]:focus {
  outline: 0px solid transparent;
}
