
html,body 
{
  padding: 5em 1.5em;
  font-size: 22px;
  font-size: 2vmin;
  background: #191919;
  color: #bbb;
  font-family: "Trebuchet MS";
}
html {
  text-size-adjust: none;
}
div
{
  margin-bottom: 1em;
}
a
{
  color: #ED005E; 
}
.typing
{
  font-size: 2em;
  font-family: "Courier New";
  margin-bottom: 1.5em;
  color: #777;
}
.note
{
  font-size: 2.5em;
  line-height: 1.3em;
}
h1
{
  font-size: 2em;
  line-height: 1.3em;
}
@media screen and (max-height: 768px)
{
  html,body 
  {
    padding: 2.5em 1.5em;
  }
}
