html, body {
    border: 0;
    font-family: sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;    
  }
  
  input, select{font-family:sans-serif;}
  
  div, span, object, iframe, img, table, caption, thead, tbody,
  tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
  nav, footer, header, section, summary, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
  del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
  ol, ul, li, fieldset, legend, label {
    border: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    margin: 0;
    padding: 0;
  }
  
  article, aside, canvas, figure, figure img, figcaption, hgroup,
  footer, header, nav, section, audio, video {
      display: block;
  }

  
  a img {
    border: 0;
  }
  
  :focus {
    outline: 0;
  }
  .content{margin:0 auto; padding: 50px;max-width: 1024px;}
  img{border: 2px solid #ddd; border-radius: 10px; margin:15px 0 80px;max-width: 100%;}
  h1{font-size: 50px;margin: 0 0 30px;}
  h2{font-size: 30px; margin: 0 0 15px;}
  p{font-size: 14px;margin: 0 0 10px;}