body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
#contenedor {
  height: 580px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #9ed5c5;
}
header {
  font-size: 19px;
}
#contador {
  display: flex;
  align-items: center;
  justify-content: center;
}

span {
  color: #fdfefe;
  padding-top: 20px;
  text-align: center;
}
textarea[name="user-input"] {
  width: 600px;
  height: 350px;
  border-radius: 20px;
  background-color: #def5e5;
}

#reset-button {
  width: 605px;
  height: 45px;
  font-size: 20px;
  border: 0px;
  color: #f3fef6;
  background: #439a97;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px #80b8a9f7;
}
#reset-button:hover {
  color: rgb(22, 22, 22);
  background-color: #def5e5;
  border-bottom-color: white;
  box-shadow: 0px 2px 2px 1px #439a97;
}
ul {
  list-style: none;
  font-size: 24px;
}
.conteo {
  font-size: 17px;
  width: 300px;
  color: #1f1f1f;
  background: #def5e5;
  border-radius: 12px;
  margin: 0px 0px 10px 0px;
  padding: 15px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #def5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

em {
  color: #48a19e;
  position: inherit;
  display: flex;
  justify-content: center;
}
