body {
  font-family: 'Press Start 2P', monospace;
  font-weight: normal;
  font-style: normal;
  background-color: #006676;
  color: #58C8D8;
  line-height: 2;
  margin: 0;
  padding: 2em 2em 20em;
  word-break: break-all;
}

a {
  background-color: #58C8D8;
  color: #006676;
  text-decoration: none;
  padding: 0 2px;
}

a:hover {
  background-color: transparent;
  color: #58C8D8;
  text-decoration: underline;
}

.cin:before {
  content: "READY";
}

.cin {
  font-size: 2rem;
}

h1 {
  font-size: 1rem;
}

.ch {
  font-size: 2rem;
}

h2 {
  margin-bottom: 1rem;
}

header, section, footer {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

section {
  margin-top: 2em;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul {
  padding-left: 0;
}

ul li {
  margin-bottom: 1rem;
  list-style-type: none;
}

form p label,
form p span {
  display: block;
  margin-bottom: 1rem;
}

form p span input {
  display: inline-block;
  background-color: #006676;
  color: #58C8D8;
  border: none;
  border-bottom: 1px solid #58C8D8;
  font-family: 'Press Start 2P', monospace;
  font-weight: normal;
  font-style: normal;
  padding: 0.25rem 0;
}

button {
  padding: 0.5rem 1rem;
  background-color: #58C8D8;
  color: #006676;
  border: none;
  cursor: pointer;
  font-family: 'Press Start 2P', monospace;
  font-weight: normal;
  font-style: normal;
}

button:hover {
  background-color: #006676;
  color: #58C8D8;
}

.cm, .ci, .cc, .ca {
  margin-bottom: .8rem;
}

.cm:before, .cm:after, .ci:before, .ci:after, .cc:before, .ca:before, .ca:after {
  opacity: .5;
}

.cm:before {
  content: attr(data-ln) " " attr(data-cm) " \"";
}

.cm:after {
  content: "\"";
}

.ci:before {
  content: attr(data-ln) " REM *** ";
}

.ci:after {
  content: " ***";
}

.cc:before {
  content: attr(data-ln) attr(data-cd);
}

.ca:before {
  content: attr(data-ln) " " attr(data-vr) "=\"";
}

.ca:after {
  content: "\"";
}

footer {
  border-top: 5px dashed rgb(88, 200, 216, 0.5);
  margin-top: 3em;
  padding-top: 1em;
}

.cop {
  margin-bottom: 1rem;
}

.cor:before {
  content: "READY";
}

.cor {
  margin-bottom: 1rem;
}

.coc span {
  animation: blink 1s steps(2, start) infinite;
  background-color: #58C8D8;
  color: #006676;
  padding: 0 0.5em;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@media (max-width: 600px) {
  body {
    padding: 1rem 0.5rem 10rem;
    font-size: 0.9rem;
    line-height: 2.2;
  }

  h1, .ch, .cin {
    font-size: 1.2rem;
  }

  header, section, footer {
    margin-top: 1rem;
  }

  button, form p span input {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }

  p {
      margin-bottom: 1.5rem;
  }

  ul li {
    margin-bottom: 0.5rem;
  }
}
