html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

img {
    width: 100%;
    display: block;
}

body {
    background-color: #fafafa;
    /* Not totally white. */
    color: #333333;
    /* Not totally black. */
    line-height: 140%;
    /* A little extra leading. */
    font-family: sans-serif;
}

header {
    background-color: #9999a8;
    color: #fafafa;
    padding: 40px 20px 20px 20px;
    margin-bottom: 3rem;
}

header h1 {
    font-size: 2.5rem;
    font-weight: 650;
    text-transform: uppercase;
}

/* You’ll need to add a span element to your HTML. */
header h1 span {
    font-family: serif;
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
}

header h2 {
    font-size: 1.75rem;
    margin-top: 1.5rem;
    font-family: serif;
    font-weight: 600;
}

section {
    margin-bottom: 2.5rem;
    padding: 10px 20px;
}

section h3 {
    border-top: 2px solid #98422c;
    color: #98422c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.20rem;
    letter-spacing: 0.1em;
    padding-top: 5px;
}


h4 {
    font-weight: 600;
}

p.description {
    font-style: italic;
}

p.price {
    color: #97412c;
    font-weight: 600;
}

ul {
    margin-top: 1.5rem;
}

li {
    margin-top: 1.25rem;
    list-style-type: none;
}