
/* CSS Reset */


h1, h2, h3, h4, h5, h6, section, header, footer, article, nav, div, ul, li, p, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: 16px;
}