html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}/*remembertodefinefocusstyles!*/:focus{outline:0;}/*remembertohighlightinsertssomehow!*/ins{text-decoration:none;}del{text-decoration:line-through;}/*tablesstillneed'cellspacing="0"'inthemarkup*/table{border-collapse:collapse;border-spacing:0;}

body {
    font-family: sans-serif;
    font-weight: 300;
}

.wrapper {
    padding: 100px 16px 16px;
}

.logo {
    margin-bottom: 100px;
    text-align: center;
}

.messaging {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

.main {
    margin-bottom: 100px;
}

h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 1em;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1em;
}

p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 1em;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}