/* base: */

* {
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
    color: #333;
    line-height: 1.6em;
}


body{
    background-color: #ded7d4;
    width: 80%;
    margin: 1.5rem auto 1.5rem auto;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    margin-bottom: 1rem;
}

ul {
    margin-bottom: 1rem;
}

a {
    color: #e53;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
    margin-bottom: 1rem;
}

.product {
    background-color: #fff;
    padding: 1rem;
    margin: 1rem;
}

aside ul {
    list-style-type: none;
    margin-bottom: 1.5rem;

}

/* display new HTML5 elements as block level elements: */
header, main, nav, aside, article, footer, figure, figcaption {
    display: block;
    padding: 0;
}
