.button {
  border: none;
  cursor: pointer;
  width: 322px;
  height: 35px;
  background-color: rgb(0, 0, 202);
  color: white;
  font-family: Courier New, Courier, monospace;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button:hover {
  background-color: rgb(0, 0, 253);
}

.button_principal {
  border: none;
  cursor: pointer;
  width: 322px;
  height: 35px;
  background-color: rgb(0, 0, 253);
  color: white;
  font-family: Courier New, Courier, monospace;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manual-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.manual-list > li {
  margin: 0 0 0.2em 0;
}

.manual-list > li::before {
  content: "- ";
}

.manual-list .manual-list {
  margin-top: 0.2em;
  margin-left: 1.6em;
}

.section-title { font-style: italic; font-weight: bold; }

.animate-text {
  visibility: hidden;
  font-family: "courier", sans-serif;
  color: black;
}
