/*CSS DOCUMENT*/
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: rgb(250 250 250);
     color: rgb(30 30 30);
     line-height: 140%;
     font-family: poppins, sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 1rem;
}
 figcaption {
     font-family: poppins, sans-serif;
     font-weight: 400;
     font-style: italic;
     color: rgb(30 30 30);
     margin: 1rem 2rem 1rem;
}
 h1 {
     font-family: Sutro, serif;
     font-weight: 700;
     font-style: normal;
     color: rgb(250 250 250);
     font-size: 2rem;
     padding: 2rem 1.5rem 1rem;
     line-height: 120%;
}
 h2 {
     color: rgb(250 221 191);
     font-size: 1.5rem;
     padding: 0rem 1.5rem 1.5rem;
     font-family: Sutro, serif;
     font-weight: 300;
     font-style: normal;
}
 header {
     background-color: rgb(255, 137, 34);
}
 h3 {
     margin: 2rem 2rem 1rem;
     font-size: 1.25rem;
     color: rgb(255, 137, 34);
     font-family: Sutro, serif;
     font-weight: 300;
     font-style: normal;
     text-transform: uppercase;
     letter-spacing: 0.05rem;
}
 ul {
     margin: 1rem 1rem 1rem;
     list-style-type: disc;
}
 ol {
     margin: 1rem 1rem 1rem;
     list-style-type: decimal;
}
 li {
     margin: 1rem;
}
 footer {
     background-color: rgb(255, 137, 34);
     color: rgb(250 250 250);
     font-family: poppins, sans-serif;
     font-weight: 400;
     font-style: normal;
     padding: 1rem 2rem;
     margin-top: 3rem;
}