body{
  background:black;
  color:#d6d6d6;
  font-family:Times New Roman;
  padding:40px;
  line-height:1.8;
  max-width:700px;
  margin:auto;
  white-space: pre-line;
}

.titulo{
  font-size:2em;
  margin-bottom:40px;
}

.oculto{
  color:#050505;
}

::selection{
  background:#cfcfcf;
  color:black;
}