body {
    background-color: antiquewhite;
    font-family: sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 1em;
    word-break: break-word;
  }
  
  a {
    color: #4183c4;
    font-weight: 300;
    text-decoration: none;
  }
  
  a:hover {
    color: #3d85c6;
    text-decoration: underline;
  }
  
  div#container {
    margin: 0 auto 0 auto;
    max-width: 720px;
    padding: 1em 1.5em 1.3em 1.5em;
  }
  
  h1 {
    font-family: sans-serif;
    font-weight: 500;
  }
  
  h2 {
    color: #444;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
  }
  
  h3 {
    border-top: 1px solid #eee;
    color: #666;
    font-size: 0.9em;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
  }
  
  p#data {
    border-top: 1px dotted #666;
    font-family: Courier New, monospace;
    line-height: 1.3em;
    max-height: 1000px;
    overflow-y: auto;
    padding: 1em 0 0 0;
  }
  
  video {
    background: #222;
    margin: 10px auto;
    width: 640px;
    height: 360px;
  }