/** reset START **/
p, ul, li, body, a,a:after, a:focus, a:visited, a:hover, a:active, article, aside, footer, header, hgroup, main, nav, section {
margin: 0;
padding: 0;
color: #232323;
font-size: 28px;
text-decoration: none;
box-sizing: border-box;
list-style: none;
font-family: Helvetica;
}
html,body,#app {
height: 100%;
}
/** reset END **/