@charset "utf-8";

/* Reset default styles for common elements */
article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

/* Reset default styles for typographic elements */
address, article, aside, blockquote, body, cite, div, dl, dt, dd, em, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, html, img, li, main, nav, ol, p, section, span, ul {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* Reset default styles for navigation */
nav ul {
    list-style: none;
    list-style-image: none;
}

nav a {
    text-decoration: none;
}

/* Set body line height */
body {
    line-height: 1;
}