#textout {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2em;
  width: max-content;
  max-width: revert;
  padding: 5px;
}

#revealhtml {
  margin-top: 15px;
}

label {
  display: block;
}

rt {
  font-size: large;
}

.button:hover {
  text-decoration: none;
}

.picker {
  border: 1px solid darkgray;
}

h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 0;
  color: darkgray;
}

#simple {
  margin-top: 1em;
}

@media(max-width:767px) {
 body {
  padding:18px 18px;
 }
}
